|
@@ -8,6 +8,7 @@
|
|
|
</view> -->
|
|
|
<view wx:for="{{questionList}}">
|
|
|
<view class='fwb' wx:if="{{ item.QuestType == 0}}">
|
|
|
+ <view class="xingbie">{{item.QuestStem}}</view>
|
|
|
<view class='weui-input' style=" background: white">
|
|
|
<radio-group name="{{item.name}}" data-index='{{index}}' data-idx='{{item.Id}}' data-questTypes='{{item.QuestType}}' bindchange="radioChange">
|
|
|
<label class="checkbox my-choosebox {{ item.checked?'checkboxbox':''}}" wx:for-index="idx" wx:for="{{item.QuestChoice}}">
|
|
@@ -56,6 +57,6 @@
|
|
|
</view>
|
|
|
<textarea placeholder-style="font-size:26rpx;" class="view_textarea" value="{{remarks}}" name="remarks" bindblur="bindTextAreaBlur" placeholder="还想说点啥?写在这里吧!">
|
|
|
</textarea> -->
|
|
|
- <button class="mini-btn" bindtap="submitForm">提交评价</button>
|
|
|
+ <button class="mini-btn" bindtap="submitForm">提交评价</button>
|
|
|
|
|
|
-</view>
|
|
|
+ </view>
|