| | |
| | | <!--pages/bookServices/examination/questionSchedule/questionSchedule.wxml--> |
| | | <view |
| | | wx:if="{{((answerType == 'option' || answerType == 'mock') && !submitStatus) || answerType == 'collectQuestion' || answerType =='errorQuestion'}}" |
| | | wx:if="{{((answerType == 'option' || answerType == 'mock' || answerType == 'interaction') && !submitStatus) || answerType == 'collectQuestion' || answerType =='errorQuestion'}}" |
| | | class="schedule" |
| | | id="schedule" |
| | | style="background-color:{{isNight ? '#1a1a1a' : '#fff'}}" |
| | |
| | | <view |
| | | class="question-schedule" |
| | | style="color: {{isNight ? '#fff' : '#000'}};" |
| | | >{{(answerType == 'option' || answerType == 'mock') ? '答题进度' : |
| | | answerType == 'collectQuestion' ? '收藏数量' : '错题数量' }}<text |
| | | class="parimary-color question-num" |
| | | >{{ready}}</text |
| | | > |
| | | >{{(answerType == 'option' || answerType == 'mock' || answerType == |
| | | 'interaction') ? '答题进度' : answerType == 'collectQuestion' ? '收藏数量' |
| | | : '错题数量' }}<text class="parimary-color question-num">{{ready}}</text> |
| | | <text>/{{questionList.length}}</text> |
| | | </view> |
| | | <view |
| | | class="remainder" |
| | | wx:if="{{!submitStatus && (answerType == 'option' || answerType == 'mock')}}" |
| | | wx:if="{{!submitStatus && (answerType == 'option' || answerType == 'mock' || answerType == 'interaction')}}" |
| | | style="color: {{isNight ? '#fff' : '#000'}};" |
| | | >剩余时间 <text class="parimary-color">{{showTime}}</text></view |
| | | > |
| | | <view class="remainder-text">剩余时间 </view> |
| | | <view class="parimary-color remaining-time">{{showTime}}</view></view |
| | | > |
| | | </view> |
| | | <!-- 进度条 --> |