| | |
| | | ></view> |
| | | <view |
| | | class="nacigationBar" |
| | | style="width: 75%; height: {{navBarHeight}}px; background-color: {{isNight ? '#191919' : '#fff'}}" |
| | | style="width: 100%; height: {{navBarHeight}}px; background-color: {{isNight ? '#191919' : '#fff'}}" |
| | | > |
| | | <view> |
| | | <t-icon |
| | |
| | | bind:onChangeRadio="onChangeRadio" |
| | | bind:onChangeInput="onChangeInput" |
| | | bind:changeSwiper="changeSwiper" |
| | | bind:viewParsing="viewParsing" |
| | | ></question-list> |
| | | <view class="lodaing-box" wx:if="{{loading}}"> |
| | | <t-loading |
| | |
| | | |
| | | <!-- 底部区域--> |
| | | |
| | | <view class="page-bottom" style="background-color:{{isNight ? '#202020' : ''}}"> |
| | | <view |
| | | class="page-bottom" |
| | | style="background-color:{{isNight ? '#202020' : ''}}" |
| | | wx:if="{{answerType !== 'errorQuestion' || (answerType == 'errorQuestion' && !loading)}}" |
| | | > |
| | | <question-options |
| | | id="question-options" |
| | | isNight="{{isNight}}" |
| | |
| | | bind:goQuestion="goQuestion" |
| | | bind:changeBGColor="changeBGColor" |
| | | bind:onChangeSlider="onChangeSlider" |
| | | bind:changeLoadingState="changeLoadingState" |
| | | ></question-options> |
| | | </view> |
| | | |
| | | <page-container |
| | | wx:if="{{(answerType == 'mock' || answerType == 'option') && !submitStatus}}" |
| | | show="{{true}}" |
| | | duration="{{false}}" |
| | | overlay="{{false}}" |
| | | bind:beforeleave="beforeleave" |
| | | ></page-container> |