判断题

This commit is contained in:
18571350067 2022-02-24 11:14:12 +08:00
parent d311243b5a
commit 6f3f1c19a7
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ export default {
this.questionDetail.rightAnswers = '正确';
} else if (
this.questionDetail.questionType == 3 &&
this.questionDetail.rightAnswers == 0
this.questionDetail.rightAnswers == 2
) {
this.questionDetail.rightAnswers = '错误';
}