| | |
| | | ></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 |
| | |
| | | bind:onChangeSlider="onChangeSlider" |
| | | ></question-options> |
| | | </view> |
| | | |
| | | <page-container |
| | | wx:if="{{(answerType == 'mock' || answerType == 'option') && !submitStatus}}" |
| | | show="{{true}}" |
| | | duration="{{false}}" |
| | | overlay="{{false}}" |
| | | bind:beforeleave="beforeleave" |
| | | ></page-container> |