From 82a02197268268e0da3a682e1d8aa2040012c6ec Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期二, 09 四月 2024 16:20:18 +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