| | |
| | | /> |
| | | </view> --> |
| | | |
| | | <view class="page-content"> |
| | | <view class="page-content" style="background-color:{{isNight ? '#222' : ''}}"> |
| | | <question-schedule |
| | | wx:if="{{!loading}}" |
| | | id="countDownRef" |
| | |
| | | currentIndex="{{currentIndex}}" |
| | | questionList="{{questionDataList}}" |
| | | submitStatus="{{submitStatus}}" |
| | | subjectiveGrade="{{subjectiveGrade}}" |
| | | subjectiveNum="{{subjectiveNum}}" |
| | | ></question-schedule> |
| | | <question-list |
| | | wx:if="{{!loading}}" |
| | | isNight="{{isNight}}" |
| | | answerType="{{answerType}}" |
| | | currentIndex="{{currentIndex}}" |
| | | questionList="{{questionDataList}}" |
| | | submitStatus="{{submitStatus}}" |
| | |
| | | |
| | | <!-- 底部区域--> |
| | | |
| | | <view class="page-bottom"> |
| | | <view class="page-bottom" style="background-color:{{isNight ? '#202020' : ''}}"> |
| | | <question-options |
| | | id="question-options" |
| | | isNight="{{isNight}}" |