闫增涛
2024-12-18 9ce7e63b4c2040b5c09c82085e3f176663e25ddb
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) {