46 lines
1.6 KiB
Plaintext
46 lines
1.6 KiB
Plaintext
<view class="mainclass">
|
|
<view class="examintcontentda" wx:for="{{itemdata}}" wx:for-index="index">
|
|
<view class="contentleft">
|
|
<image src="https://ndnd.duiduiedu.com/uploads/pics/singleselect.png"></image>
|
|
<view class="charclass">
|
|
<text>{{item.exam_id}}</text>
|
|
</view>
|
|
</view>
|
|
<view class="contentright">
|
|
|
|
<view class="examitem" bindtap="bindActive" id="{{item.id}}" data-id="A">
|
|
<text class="colorchamu" wx:if="{{item.answer=='A'}}">【A】</text>
|
|
<text wx:else>【A】</text>
|
|
</view>
|
|
<view class="examitem" bindtap="bindActive" id="{{item.id}}" data-id="B">
|
|
<text class="colorchamu" wx:if="{{item.answer=='B'}}">【B】</text>
|
|
<text wx:else>【B】</text>
|
|
</view>
|
|
|
|
<view class="examitem" bindtap="bindActive" id="{{item.id}}" data-id="C">
|
|
<text class="colorchamu" wx:if="{{item.answer=='C'}}">【C】</text>
|
|
<text wx:else>【C】</text>
|
|
</view>
|
|
|
|
<view class="examitem" bindtap="bindActive" id="{{item.id}}" data-id="D">
|
|
<text class="colorchamu" wx:if="{{item.answer=='D'}}">【D】</text>
|
|
<text wx:else>【D】</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
</view>
|
|
<view class="examiteminfocs"></view>
|
|
|
|
<!-- 试题内容 多选 -->
|
|
<!-- 试题内容 -->
|
|
<!-- 试题底部 -->
|
|
<view class="examingfooter">
|
|
|
|
<!-- <view class="footermiddle" bindtap="subitexam"> -->
|
|
<view class="footermiddle" bindtap="showPopup" id="{{coursetypefour_id}}">
|
|
<image src="https://ndnd.duiduiedu.com/uploads/pics/examingmiddle.png"></image>
|
|
</view>
|
|
|
|
</view>
|