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"); }); },