From cdfdcec9cc8a7644e70fb28d39a01d438cc74496 Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期一, 25 三月 2024 09:26:30 +0800
Subject: [PATCH] 详情,阅读器

---
 packageBookService/pages/bookServices/examination/questionOptions/index.js |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/packageBookService/pages/bookServices/examination/questionOptions/index.js b/packageBookService/pages/bookServices/examination/questionOptions/index.js
index 49b4ac6..66344a8 100644
--- a/packageBookService/pages/bookServices/examination/questionOptions/index.js
+++ b/packageBookService/pages/bookServices/examination/questionOptions/index.js
@@ -48,6 +48,10 @@
     mockSumTime: {
       type: Number,
       value: 0,
+    },
+    isNight: {
+      type: Boolean,
+      value: false
     }
   },
 
@@ -60,7 +64,7 @@
     questionCardState: false,
     setUpPopup: false,
     testReportState: false,
-    sliderValue: 0,
+    sliderValue: 10,
     useTime: '',
     radioItem: 'daytime'
   },
@@ -220,6 +224,9 @@
     },
     // 搴曢儴鎻愪氦鎸夐挳
     submitBtn() {
+      this.setData({
+        noReady: 0
+      })
       // 鎴戠殑閿欓鍜屾敹钘�  鐩存帴璧版彁浜ら�昏緫
       if (this.properties.answerType == 'collectQuestion' || this.properties.answerType == 'errorQuestion') {
         this.submitPaper()

--
Gitblit v1.9.1