From 8dc4e50769a7ebc5f0a3d766f61aa08b8f23b772 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期五, 06 九月 2024 11:23:21 +0800 Subject: [PATCH] login --- 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