From e90c18770dfccded106c395c05dbc88d8fd99040 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期一, 15 四月 2024 16:17:21 +0800
Subject: [PATCH] 答题器,详情页bug修改

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

diff --git a/packageBookService/pages/bookServices/examination/questionOptions/index.js b/packageBookService/pages/bookServices/examination/questionOptions/index.js
index 085c692..71e18a6 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

--
Gitblit v1.9.1