From 12cc87a1f2f9b91359d3ca43fe052440d9890dac Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期二, 09 四月 2024 19:12:22 +0800 Subject: [PATCH] 购物车跳转图书详情 --- packageBookService/pages/bookServices/examination/examination.js | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/packageBookService/pages/bookServices/examination/examination.js b/packageBookService/pages/bookServices/examination/examination.js index f3924ad..33317b2 100644 --- a/packageBookService/pages/bookServices/examination/examination.js +++ b/packageBookService/pages/bookServices/examination/examination.js @@ -463,7 +463,6 @@ loading: true, }); const child = this.selectComponent("#question-options"); - debugger if ( this.data.answerType == "option" || this.data.answerType == "errorQuestion" || @@ -697,7 +696,6 @@ this.setData({ currentIndex: value.currentIndex, }); - console.log(this.data.submitStatus); // 鎼哄甫绛旈璁板綍 鑾峰彇棰樼洰 await this.getQuestionList(value.dataList); } else { -- Gitblit v1.9.1