| | |
| | | <question-schedule |
| | | wx:if="{{!loading}}" |
| | | id="countDownRef" |
| | | isNight="{{isNight}}" |
| | | answerType="{{answerType}}" |
| | | countdownTime="{{countdownTime}}" |
| | | currentIndex="{{currentIndex}}" |
| | |
| | | ></question-schedule> |
| | | <question-list |
| | | wx:if="{{!loading}}" |
| | | isNight="{{isNight}}" |
| | | currentIndex="{{currentIndex}}" |
| | | questionList="{{questionDataList}}" |
| | | submitStatus="{{submitStatus}}" |
| | |
| | | <view class="page-bottom"> |
| | | <question-options |
| | | id="question-options" |
| | | isNight="{{isNight}}" |
| | | submitStatus="{{submitStatus}}" |
| | | answerType="{{answerType}}" |
| | | countdownTime="{{countdownTime}}" |
| | |
| | | subjectiveNum="{{subjectiveNum}}" |
| | | subjectiveGrade="{{subjectiveGrade}}" |
| | | correctNum="{{correctNum}}" |
| | | mockSumTime="{{mock.sumTime}}" |
| | | bind:setCollect="setCollect" |
| | | bind:submitPaper="submitPaper" |
| | | bind:restart="restart" |
| | | bind:goQuestion="goQuestion" |
| | | bind:changeBGColor="changeBGColor" |
| | | ></question-options> |
| | | </view> |