1
QYF-GitLab1
2024-12-18 b3f54fc91f0d95678f8364978691fd0cbc85e6e8
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) {