From e19a2e61ed2e39ec47c1e9b902980b68d0f0a406 Mon Sep 17 00:00:00 2001 From: surenjun Date: Wed, 18 Sep 2024 14:27:41 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E6=B7=BB=E5=8A=A0=E4=BA=BA?= =?UTF-8?q?=E5=B7=A5=E6=89=A3=E5=88=86=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/pages/judgeSDK/judge.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/entry/src/main/ets/pages/judgeSDK/judge.ts b/entry/src/main/ets/pages/judgeSDK/judge.ts index 444a9ae1..ceff891a 100644 --- a/entry/src/main/ets/pages/judgeSDK/judge.ts +++ b/entry/src/main/ets/pages/judgeSDK/judge.ts @@ -152,7 +152,6 @@ export default class Judge { const performInfo = JSON.parse(info) this.performInfo = performInfo this.judgeUI.jl = Math.floor((performInfo.qjjl + performInfo.dcjl) / 100) - //TODO 待优化 跨组件传值不生效 globalThis.laneData = performInfo.lane; }) @@ -1357,7 +1356,7 @@ export default class Judge { public setJudgeMark = async (itemno, serial, type = 1) => { const {fileLog} = this await examJudgeArtificialMark(itemno * 1, serial, type); - console.info(judgeTag, `进入人工扣分-${itemno}-${serial}`) + await fileLog.setExamJudgeData({ method: 'examJudgeArtificialMark', itemno: itemno * 1,