@@ -2281,17 +2281,17 @@ export default {
uni.redirectTo({
url:
"/pages2/class/question_report?rightQuestionNum=" +
- number +
+ form.rightQuestionNum +
"&doWrongQuestionNum=" +
- doWrongQuestionIds.length +
+ form.questionIds.length +
"&score=" +
- score +
+ form.performance +
"&totalScore=" +
- allScore +
+ form.totalScore +
"&reportStatus=" +
- reportStatus +
+ form.reportStatus +
"&lessQuestionNum=" +
- lessQuestionNum +
+ form.lessQuestionNum +
"&examId=" +
this.id +
"&recordId=" +
@@ -1761,7 +1761,7 @@ export default {
.mockWrongRecord({
eachExamId: this.eachExamId,
examId: this.examId,
- questionIds: doWrongQuestionIds,
+ questionIds: form.questionIds,
recordId: this.recordId,
doMode: this.doMode,
})