From cb9ea64d9b14dcd2b85cdda77b2d14d1b188ed47 Mon Sep 17 00:00:00 2001 From: lixiao <932184220@qq.com> Date: Fri, 25 Apr 2025 16:26:18 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/pages/Judge.ets | 2 +- entry/src/main/ets/pages/UserInfo.ets | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/entry/src/main/ets/pages/Judge.ets b/entry/src/main/ets/pages/Judge.ets index ec9315c4..75607d24 100644 --- a/entry/src/main/ets/pages/Judge.ets +++ b/entry/src/main/ets/pages/Judge.ets @@ -458,7 +458,7 @@ struct Index { const examItems: string = currentParams?.examItems?.[1] || ""; const nightScoreArr = examItems?.split(",").filter(item => item) || [] const ddxkKfArr = kfItems.split(";")?.[3]?.split('^').filter(item => item) || [] - console.log("lixiao, goDdxkItems", JSON.stringify(nightScoreArr), JSON.stringify(ddxkKfArr)) + console.log("lixiao, goDdxkItems", JSON.stringify(nightScoreArr), JSON.stringify(examItems)) nightScoreArr.forEach((kf, index) => { this.isYkkf = true let xmdm = ''; diff --git a/entry/src/main/ets/pages/UserInfo.ets b/entry/src/main/ets/pages/UserInfo.ets index ecf25b22..676053d1 100644 --- a/entry/src/main/ets/pages/UserInfo.ets +++ b/entry/src/main/ets/pages/UserInfo.ets @@ -925,7 +925,6 @@ struct UserInfo { console.log("lixiao mode", this.mode) let score = Number(this.currentUser.jdxx?.split("^")[0]) let kfxm = this.currentUser.jdxx?.split("^")[1] - let length = Number(this.currentUser.jdxx?.split("^")[2]) if (this.mode === 2 && !this.currentUser.jdxx) { promptAction.showToast({ message: "当前尚未进行白考,无法开始夜考!"