From b839458e731ea095dc8eb0c2a2623d80e26893e2 Mon Sep 17 00:00:00 2001 From: lixiao <932184220@qq.com> Date: Wed, 4 Jun 2025 11:57:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BB=A1=E5=88=86=E5=AD=A6=E4=B9=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/pages/Judge.ets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entry/src/main/ets/pages/Judge.ets b/entry/src/main/ets/pages/Judge.ets index 6e584f4c..2ce2f8ff 100644 --- a/entry/src/main/ets/pages/Judge.ets +++ b/entry/src/main/ets/pages/Judge.ets @@ -473,8 +473,8 @@ struct Index { this.projectsCenterObj[txt2] = currentProject this.projects.push(currentProject); - // 真实监管下发考试项目, 夜考模式、满分学习不进此逻辑 - if (isInExam && this.mode !== 2 && this.mode !== 5 && !(kStringArr.includes(txt2) || kStringArr.includes(no2 + ''))) { + // 真实监管下发考试项目, 夜考模式不进此逻辑 + if (isInExam && this.mode !== 2 && !(kStringArr.includes(txt2) || kStringArr.includes(no2 + ''))) { this.projectsObj[no2*1].type = '3' this.projectsObj[no2*1].isUpload = true this.projectsObj[no2*1].isEnd = true