From 0b7803920728865e2b7c2178481a3afce7302ce3 Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期三, 17 四月 2024 09:20:19 +0800
Subject: [PATCH] Merge refs/remotes/origin/master into refs/heads/master

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

diff --git a/packageBookService/pages/bookServices/examination/questionOptions/index.js b/packageBookService/pages/bookServices/examination/questionOptions/index.js
index 71e18a6..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
+    }
   },
 
   /**
@@ -188,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