zhongshujie
2024-12-19 8a27f5724e10e82cc5a30bf7051397da2e697e63
packageBookService/pages/psychologyAnswer/psychologyAnswer.wxml
@@ -4,7 +4,11 @@
  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}}"
@@ -26,9 +30,10 @@
  <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}}"
@@ -51,6 +56,7 @@
</view>
<page-container
  wx:if="{{loading}}"
  show="{{showDialog}}"
  duration="{{false}}"
  overlay="{{false}}"