From 85fb718ae06cb0b5a74782cb6cbd081bfc870fcb Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期一, 16 十二月 2024 10:12:55 +0800
Subject: [PATCH] 出版日期

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

diff --git a/packageBookService/pages/psychologyAnswer/psychologyAnswer.js b/packageBookService/pages/psychologyAnswer/psychologyAnswer.js
index 0b381f3..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) {

--
Gitblit v1.9.1