From e97bf2c8c21eb9b89384ac4ab59b3b1d0ba781d4 Mon Sep 17 00:00:00 2001 From: 杨磊 <505174330@qq.com> Date: 星期三, 23 七月 2025 14:52:00 +0800 Subject: [PATCH] 幼儿游戏与指导 --- src/components/examinations/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/examinations/index.vue b/src/components/examinations/index.vue index 31e0db9..33601c2 100644 --- a/src/components/examinations/index.vue +++ b/src/components/examinations/index.vue @@ -734,7 +734,7 @@ const sortedArr1 = citem.answer.slice().sort(); const sortedArr2 = citem.userAnswer.slice().sort(); citem.isRight = sortedArr1.every( - (value, index) => value === sortedArr2[index] + (value, index) => value == sortedArr2[index] ); } else { citem.isRight = false; -- Gitblit v1.9.1