| | |
| | | class="li-option" |
| | | bind:tap="setCollect" |
| | | style="color: {{isNight ? '#fff' : '#000'}};" |
| | | wx:if="{{answerType !== 'interaction'}}" |
| | | > |
| | | <image |
| | | src="{{ questionDataList[currentIndex].isCollect ? '/static/images/bookService/detail/collecting.png' : isNight ? '/static/images/bookService/examination/wodeshoucang-w.png' : '/static/images/bookService/examination/collect.png'}}" |
| | |
| | | <view |
| | | class="li-option" |
| | | bind:tap="resterBtn" |
| | | wx:if="{{answerType == 'option' || (answerType == 'mock' && !submitStatus)}}" |
| | | wx:if="{{answerType == 'option' || (answerType == 'mock' && !submitStatus) || (answerType == 'interaction' && !joinGroup)}}" |
| | | style="color: {{isNight ? '#fff' : '#000'}};" |
| | | > |
| | | <image |
| | |
| | | size="large" |
| | | style="{{btnStyle}}" |
| | | bind:tap="submitBtn" |
| | | >{{(answerType == 'option' || answerType == 'mock') && !submitStatus ? |
| | | '提交' : '退出'}}</t-button |
| | | >{{(answerType == 'option' || answerType == 'mock' || answerType == |
| | | 'interaction') && !submitStatus ? '提交' : '退出'}}</t-button |
| | | > |
| | | </view> |
| | | </view> |
| | |
| | | <text>正确</text> |
| | | </view> |
| | | </view> |
| | | <view class="question-card-list"> |
| | | <scroll-view scroll-y="{{true}}" class="question-card-list"> |
| | | <view wx:for="{{cardList}}" wx:key="index" class="card-box"> |
| | | <!-- 题型 --> |
| | | <view class="question-title" wx:if="{{item.infoList.length}}"> |
| | |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </scroll-view> |
| | | </view> |
| | | </t-popup> |
| | | |