From 6851680b996e64c1d66c035245b2f0f6eb3425c6 Mon Sep 17 00:00:00 2001
From: YM <479443481@qq.com>
Date: 星期六, 07 九月 2024 15:33:42 +0800
Subject: [PATCH] 1

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

diff --git a/packageBookService/pages/bookServices/examination/questionOptions/index.js b/packageBookService/pages/bookServices/examination/questionOptions/index.js
index 57fd7d0..f807034 100644
--- a/packageBookService/pages/bookServices/examination/questionOptions/index.js
+++ b/packageBookService/pages/bookServices/examination/questionOptions/index.js
@@ -52,6 +52,9 @@
       type: Boolean,
       value: false,
     },
+    showId: {
+      type: String
+    }
   },
 
   /**
@@ -87,7 +90,6 @@
         (this.properties.answerType == "option" ||
           this.properties.answerType == "mock") && !this.properties.submitStatus
       ) {
-        debugger
         this.timeout();
       }
     },
@@ -189,11 +191,6 @@
         radioItem: e.detail.value,
       });
       const value = e.detail.value == "night" ? true : false;
-      wx.setNavigationBarColor({
-        backgroundColor: "#222",
-        frontColor: "#222",
-      });
-
       this.triggerEvent("changeBGColor", {
         value
       });

--
Gitblit v1.9.1