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: "当前尚未进行白考,无法开始夜考!"