| | |
| | | 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}}" |
| | |
| | | </view> |
| | | |
| | | <page-container |
| | | wx:if="{{loading}}" |
| | | show="{{showDialog}}" |
| | | duration="{{false}}" |
| | | overlay="{{false}}" |