You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
726 B
1 lines
726 B
<view><u-popup vue-id="57667a02-1" show="{{show}}" round="10" closeable="{{true}}" data-event-opts="{{[['^close',[['close']]]]}}" bind:close="__e" bind:__l="__l" vue-slots="{{['default']}}"><view class="pop-card"><view class="card-title"><text>答题卡</text><view class="a"><image src="{{$root.m0}}"></image>{{successNum+''}}</view><view class="b"><image src="{{$root.m1}}"></image>{{errorNum+''}}</view></view><view class="card-content"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index"><view data-event-opts="{{[['tap',[['selItem',[index]]]]]}}" class="{{['item',(item.is_correct)?'correct':'',(!item.is_correct)?'error':'']}}" bindtap="__e">{{''+(index+1)+''}}</view></block></view></view></u-popup></view> |