| | |
| | | <!--packageBookService/pages/psychologyAnswer/psychologyAnswer.wxml--> |
| | | <import src="psychologyAnswer.skeleton.wxml" /> |
| | | <template is="skeleton" wx:if="{{loading}}" /> |
| | | <view |
| | | class="page" |
| | | wx:if="{{!loading}}" |
| | | style="background-color:{{isNight ? '#222' : ''}}" |
| | | > |
| | | <view class="page-content" style="background-color:{{isNight ? '#222' : ''}}"> |
| | | <view |
| | | wx:if="{{!loading}}" |
| | | class="page-content" |
| | | style="background-color:{{isNight ? '#222' : ''}}" |
| | | > |
| | | <question-list |
| | | wx:if="{{!loading}}" |
| | | sliderValue="{{sliderValue}}" |
| | |
| | | <view |
| | | class="page-bottom" |
| | | style="background-color:{{isNight ? '#202020' : ''}}" |
| | | wx:if="{{answerType !== 'errorQuestion' || (answerType == 'errorQuestion' && !loading)}}" |
| | | wx:if="{{!loading}}" |
| | | > |
| | | <question-options |
| | | wx:if="{{!loading}}" |
| | | id="question-options" |
| | | isShowDialog="{{isShowDialog}}" |
| | | isNight="{{isNight}}" |
| | |
| | | scoreData="{{scoreDataList}}" |
| | | bind:setCollect="setCollect" |
| | | bind:submitPaper="submitPaper" |
| | | bind:openIsShowDialog="openIsShowDialog" |
| | | bind:restart="restart" |
| | | bind:goQuestion="goQuestion" |
| | | bind:changeBGColor="changeBGColor" |