| | |
| | | wx:for-index="cindex" |
| | | wx:key="cindex" |
| | | style="border: {{showId == citem.id ? '1px solid #ff6c00' : ''}}" |
| | | class="question-box {{ citem.isUserAnswer ? 'answered' : 'un-answered' }}" |
| | | class="question-box {{ citem.userAnswer ? 'answered' : 'un-answered' }}" |
| | | > |
| | | {{cindex+1}} |
| | | </view> |
| | |
| | | <scroll-view scroll-y style="height: 30vh; overflow-y: auto"> |
| | | <view class="report-li"> |
| | | <view class="report-li-left" style="white-space: nowrap" |
| | | >题目总数:</view> |
| | | >题目总数:</view |
| | | > |
| | | <view class="report-li-right">{{questionDataList.length}}道</view> |
| | | </view> |
| | | <view |