From ee36444dc761cf8753dd396bd0888193cc37a3b6 Mon Sep 17 00:00:00 2001 From: fan Date: Fri, 8 Mar 2024 15:41:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E9=80=89=E6=8F=90=E7=A4=BA=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/contest/theory.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/contest/theory.vue b/src/views/contest/theory.vue index 53ffc46eb..577c06537 100644 --- a/src/views/contest/theory.vue +++ b/src/views/contest/theory.vue @@ -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;