| | |
| | | <!--pages/examination/examination.wxml--> |
| | | |
| | | <import src="examination.skeleton.wxml"/> |
| | | <import src="examination.skeleton.wxml" /> |
| | | <template is="skeleton" wx:if="{{loading}}" /> |
| | | |
| | | <!--导航区域 --> |
| | |
| | | subjectiveNum="{{subjectiveNum}}" |
| | | subjectiveGrade="{{subjectiveGrade}}" |
| | | correctNum="{{correctNum}}" |
| | | mockSumTime="{{mock.sumTime}}" |
| | | mockSumTime="{{mockData.sumTime}}" |
| | | bind:setCollect="setCollect" |
| | | bind:submitPaper="submitPaper" |
| | | bind:restart="restart" |
| | |
| | | </view> |
| | | |
| | | <page-container |
| | | wx:if="{{(answerType == 'mock' || answerType == 'option') && !submitStatus}}" |
| | | show="{{true}}" |
| | | show="{{showDialog}}" |
| | | duration="{{false}}" |
| | | overlay="{{false}}" |
| | | bind:beforeleave="beforeleave" |