packageBookService/pages/bookServices/examination/examination.wxml
@@ -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 @@ -89,3 +90,11 @@ 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>