|
@@ -75,8 +75,8 @@
|
|
|
</view>
|
|
|
|
|
|
<view class="exam-extend-item">
|
|
|
- <text wx:if="{{item.type==1}}"> 正确答案: {{preList[item.result-1]}}</text>
|
|
|
- <text wx:elif="{{item.type==2}}"> 正确答案: {{filter.getMultResult(item.result)}}</text>
|
|
|
+ <text wx:if="{{item.type==2}}"> 正确答案: {{preList[item.result-1]}}</text>
|
|
|
+ <text wx:elif="{{item.type==3}}"> 正确答案: {{filter.getMultResult(item.result)}}</text>
|
|
|
<text wx:else> 正确答案: {{item.result==1?'正确':'错误'}}</text>
|
|
|
</view>
|
|
|
</view>
|