From af2e38d1d72633d03afdb6e75f8d30b7ef0d0aee Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期一, 29 七月 2024 15:24:30 +0800 Subject: [PATCH] 图书详情页添加对云学习目录整体购买的判断 --- 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