闫增涛
2024-04-09 253245731d2b0c5ea4994a9c4e17ad6b60136f2c
packageBookService/pages/bookServices/examination/examination.wxml
@@ -67,7 +67,11 @@
<!-- 底部区域-->
<view class="page-bottom" style="background-color:{{isNight ? '#202020' : ''}}">
<view
  class="page-bottom"
  style="background-color:{{isNight ? '#202020' : ''}}"
  wx:if="{{answerType == 'mock' ||  answerType == 'option' || (answerType == 'errorQuestion' && !loading) || (answerType == 'collectQuestion' && !loading) }}"
>
  <question-options
    id="question-options"
    isNight="{{isNight}}"
@@ -88,6 +92,7 @@
    bind:goQuestion="goQuestion"
    bind:changeBGColor="changeBGColor"
    bind:onChangeSlider="onChangeSlider"
    bind:changeLoadingState="changeLoadingState"
  ></question-options>
</view>