Merge remote-tracking branch 'origin/test'

This commit is contained in:
fan 2024-03-08 15:46:16 +08:00
commit aeb581dced

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;