Merge remote-tracking branch 'origin/test'
This commit is contained in:
commit
8a15cd0d1c
@ -147,7 +147,7 @@ export default {
|
||||
if (this.questionData.typeString === '多选题') {
|
||||
const an = this.currentAnswer.split(',');
|
||||
if (this.compareArrays(an, this.questionData.answer)) {
|
||||
this.isCorrect = false;
|
||||
this.isCorrect = true;
|
||||
this.showAnswer = true;
|
||||
} else {
|
||||
this.isCorrect = false;
|
||||
|
Loading…
Reference in New Issue
Block a user