判断题
This commit is contained in:
parent
d311243b5a
commit
6f3f1c19a7
|
@ -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 = '错误';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue