yiming
2024-04-03 d19d4d7523eaf8e0a0d00467681a55c0c49c2d3d
packageBookService/pages/bookServices/examination/examination.wxml
@@ -5,7 +5,7 @@
></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
@@ -54,6 +54,7 @@
    bind:onChangeRadio="onChangeRadio"
    bind:onChangeInput="onChangeInput"
    bind:changeSwiper="changeSwiper"
    bind:viewParsing="viewParsing"
  ></question-list>
  <view class="lodaing-box" wx:if="{{loading}}">
    <t-loading