多选调整

This commit is contained in:
fan 2024-03-08 19:04:19 +08:00
parent ee36444dc7
commit bb8678e486

View File

@ -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;