| | |
| | | <template is="skeleton" wx:if="{{loading}}" /> |
| | | |
| | | <!--导航区域 --> |
| | | <view |
| | | <!-- <view |
| | | style="width: 100%; height: {{barHeight}}px;background-color: {{isNight ? '#191919' : '#fff'}} " |
| | | ></view> |
| | | <view |
| | |
| | | <view class="navbar-title" style="color: {{isNight ? '#fff' : '#000'}};" |
| | | >{{answerTitle}}</view |
| | | > |
| | | </view> |
| | | </view> --> |
| | | |
| | | <view class="page-content" style="background-color:{{isNight ? '#222' : ''}}"> |
| | | <question-schedule |
| | |
| | | subjectiveGrade="{{subjectiveGrade}}" |
| | | correctNum="{{correctNum}}" |
| | | mockSumTime="{{mockData.sumTime}}" |
| | | showId="{{showId}}" |
| | | bind:setCollect="setCollect" |
| | | bind:submitPaper="submitPaper" |
| | | bind:restart="restart" |
| | |
| | | bind:changeBGColor="changeBGColor" |
| | | bind:onChangeSlider="onChangeSlider" |
| | | bind:changeLoadingState="changeLoadingState" |
| | | bind:changeNavBarColor="changeNavBarColor" |
| | | ></question-options> |
| | | </view> |
| | | |