From 47462dc6c323cc4ac7b32b93051947d351799c1f Mon Sep 17 00:00:00 2001
From: yiming <m13691596795@163.com>
Date: 星期四, 21 三月 2024 18:53:20 +0800
Subject: [PATCH] 检索页修改

---
 packageBookService/pages/bookServices/examination/examination.wxml |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/packageBookService/pages/bookServices/examination/examination.wxml b/packageBookService/pages/bookServices/examination/examination.wxml
index 4c597a9..f6ed136 100644
--- a/packageBookService/pages/bookServices/examination/examination.wxml
+++ b/packageBookService/pages/bookServices/examination/examination.wxml
@@ -26,6 +26,7 @@
   <question-schedule
     wx:if="{{!loading}}"
     id="countDownRef"
+    isNight="{{isNight}}"
     answerType="{{answerType}}"
     countdownTime="{{countdownTime}}"
     currentIndex="{{currentIndex}}"
@@ -34,6 +35,8 @@
   ></question-schedule>
   <question-list
     wx:if="{{!loading}}"
+    isNight="{{isNight}}"
+    answerType="{{answerType}}"
     currentIndex="{{currentIndex}}"
     questionList="{{questionDataList}}"
     submitStatus="{{submitStatus}}"
@@ -41,7 +44,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"
@@ -55,6 +58,7 @@
 <view class="page-bottom">
   <question-options
     id="question-options"
+    isNight="{{isNight}}"
     submitStatus="{{submitStatus}}"
     answerType="{{answerType}}"
     countdownTime="{{countdownTime}}"
@@ -65,9 +69,11 @@
     subjectiveNum="{{subjectiveNum}}"
     subjectiveGrade="{{subjectiveGrade}}"
     correctNum="{{correctNum}}"
+    mockSumTime="{{mock.sumTime}}"
     bind:setCollect="setCollect"
     bind:submitPaper="submitPaper"
     bind:restart="restart"
     bind:goQuestion="goQuestion"
+    bind:changeBGColor="changeBGColor"
   ></question-options>
 </view>

--
Gitblit v1.9.1