From 9ce7e63b4c2040b5c09c82085e3f176663e25ddb Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期三, 18 十二月 2024 10:47:37 +0800
Subject: [PATCH] 加入班级弹窗修改

---
 packageBookService/pages/psychologyAnswer/psychologyAnswer.js |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/packageBookService/pages/psychologyAnswer/psychologyAnswer.js b/packageBookService/pages/psychologyAnswer/psychologyAnswer.js
index ccdacf5..ad07a50 100644
--- a/packageBookService/pages/psychologyAnswer/psychologyAnswer.js
+++ b/packageBookService/pages/psychologyAnswer/psychologyAnswer.js
@@ -552,7 +552,6 @@
     const questionList = this.data.questionDataList;
     const optionList = this.data.questionDataOptions;
     const scoreData = this.data.scoreDataList;
-    debugger
     for (let index = 0; index < questionList.length; index++) {
       const item = questionList[index];
       if (item.questionType == 'judge' && item.userAnswer) {
@@ -732,7 +731,6 @@
           })
           console.log(error);
         }
-        console.log(this.data.scoreDataList, "scoreDataList");
       });
   },
 

--
Gitblit v1.9.1