From 7ea1bc543cd9ad231122d3882ee917d93bb975dc Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期一, 25 三月 2024 09:49:52 +0800 Subject: [PATCH] 图书详情,答题器bug修改 --- packageBookService/pages/bookServices/examination/examination.wxml | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/packageBookService/pages/bookServices/examination/examination.wxml b/packageBookService/pages/bookServices/examination/examination.wxml index 7e55aa7..f1223d0 100644 --- a/packageBookService/pages/bookServices/examination/examination.wxml +++ b/packageBookService/pages/bookServices/examination/examination.wxml @@ -32,10 +32,13 @@ currentIndex="{{currentIndex}}" questionList="{{questionDataList}}" submitStatus="{{submitStatus}}" + subjectiveGrade="{{subjectiveGrade}}" + subjectiveNum="{{subjectiveNum}}" ></question-schedule> <question-list wx:if="{{!loading}}" isNight="{{isNight}}" + answerType="{{answerType}}" currentIndex="{{currentIndex}}" questionList="{{questionDataList}}" submitStatus="{{submitStatus}}" @@ -43,7 +46,7 @@ bind:onChangeInput="onChangeInput" bind:changeSwiper="changeSwiper" ></question-list> - <view class="lodaing-box"> + <view class="lodaing-box" wx:if="{{loading}}"> <t-loading theme="circular" size="80rpx" -- Gitblit v1.9.1