多选提示调整

This commit is contained in:
fan 2024-03-08 15:41:48 +08:00
parent b2989b0eb5
commit ee36444dc7

View File

@ -144,7 +144,7 @@ export default {
this.index++;
this.id = this.idList[this.index];
} else {
if (this.questionData.type === 'multi') {
if (this.questionData.typeString === '多选题') {
const an = this.currentAnswer.split(',');
if (this.compareArrays(an, this.questionData.answer)) {
this.isCorrect = false;