pages/grade/grade.wxml
@@ -8,8 +8,9 @@ <view class="e-title__2">{{sub1.title2}}</view> <view class="e-content {{sub.select ? 'select' : ''}}" wx:for="{{sub1.sub2}}" wx:key="index" data-index="{{index}}" wx:for-item="sub" data-group="{{sub1.group}}" bindtap="choose"> <!-- <mp-icon icon="check" color="white" size="25"></mp-icon> --> <view>{{sub.content}}</view> <view>{{sub.score}}</view> <!-- <view>{{sub.score}}</view> --> </view> </block> </view>