From 2a64e65874ddc2cbc83418e27930c34305d564ef Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期二, 16 四月 2024 18:23:17 +0800 Subject: [PATCH] 答题卡选中项添加,详情页bug修改 --- 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