合并公共代码
This commit is contained in:
parent
8a3bc5296b
commit
31e0fd9d2a
@ -5,7 +5,6 @@ import {
|
||||
JudgeConfigObj,
|
||||
JudgeInitObj,
|
||||
JudgeSound,
|
||||
JudgeUI,
|
||||
KmItem,
|
||||
MarkRule,
|
||||
ProcessDataEnumType,
|
||||
@ -460,9 +459,9 @@ export class BaseJudge {
|
||||
const USER = await GetSyncData<User>('USER');
|
||||
let user = USER[0]
|
||||
user.kssycs = currentKssycs.toString()
|
||||
dConsole.info(JudgeTag, `更新后学员信息`, user)
|
||||
await UpdateTableByArray('USER', [user])
|
||||
|
||||
dConsole.info(judgeUI, `考试成绩:${judgeUI.totalScore}`)
|
||||
dConsole.info(JudgeTag, `考试成绩:${judgeUI.totalScore}`)
|
||||
if (!singlePlay) {
|
||||
// await uploadProgressData();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user