From 0c8505fb7d8a3ba0a3ef6dbcf5a7aa8cdb36105d Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期三, 10 四月 2024 16:39:13 +0800
Subject: [PATCH] 子商品跳转

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

diff --git a/packageBookService/pages/bookServices/examination/questionOptions/index.js b/packageBookService/pages/bookServices/examination/questionOptions/index.js
index 085c692..57fd7d0 100644
--- a/packageBookService/pages/bookServices/examination/questionOptions/index.js
+++ b/packageBookService/pages/bookServices/examination/questionOptions/index.js
@@ -75,7 +75,7 @@
             2 * 60 * 60 * 1000 - this.properties.countdownTime
           ),
         });
-      } else if (this.properties.answerType == "option") {
+      } else if (this.properties.answerType == "mock") {
         this.setData({
           useTime: this.formatTime(
             this.properties.mockSumTime - this.properties.countdownTime
@@ -87,6 +87,7 @@
         (this.properties.answerType == "option" ||
           this.properties.answerType == "mock") && !this.properties.submitStatus
       ) {
+        debugger
         this.timeout();
       }
     },

--
Gitblit v1.9.1