|
@@ -5,12 +5,12 @@
|
|
|
</view>
|
|
|
<!-- 判断 -->
|
|
|
<view class="content" wx:for="{{data.questions}}" hidden="{{idx != index+1}}">
|
|
|
- <view class="num">{{index+1}}、
|
|
|
+ <view class="num">{{index+1}}、{{item.title}}
|
|
|
<image wx:if="{{item.type == 1}}" src="../../images/danx.svg" mode="widthFix"></image>
|
|
|
<image wx:if="{{item.type == 2}}" src="../../images/duox.svg" mode="widthFix"></image>
|
|
|
<image wx:if="{{item.type == 3}}" src="../../images/pd.svg" mode="widthFix"></image>
|
|
|
</view>
|
|
|
- <view class="ques"> {{item.title}} </view>
|
|
|
+ <!-- <view class="ques"> {{item.title}} </view> -->
|
|
|
<view class="ans">
|
|
|
<checkbox-group wx:if="{{item.type == 2}}" bindchange='answer' data-id='{{item.id}}'>
|
|
|
<view wx:for="{{item.options}}" wx:for-item="opt" wx:key="*this">
|