fix: 参数问题
This commit is contained in:
parent
dcb826724e
commit
0040466703
@ -260,7 +260,7 @@ export struct JudgePage {
|
|||||||
FLAG: carInfo.flag!,
|
FLAG: carInfo.flag!,
|
||||||
BK1: carInfo.bk1!,
|
BK1: carInfo.bk1!,
|
||||||
BK2: carInfo.bk2!,
|
BK2: carInfo.bk2!,
|
||||||
X_MCH: carInfo.x_mch,
|
X_MCH: carInfo.x_mch || "",
|
||||||
})
|
})
|
||||||
dConsole.info(JudgeTag, 'surenjun =>carinfoArrr', JSON.stringify(this.carinfoArr))
|
dConsole.info(JudgeTag, 'surenjun =>carinfoArrr', JSON.stringify(this.carinfoArr))
|
||||||
}
|
}
|
||||||
|
|||||||
@ -34,6 +34,7 @@ import { endRecordVideo, saveStartRecordVideo } from '../../utils/Video'
|
|||||||
import router from '@ohos.router'
|
import router from '@ohos.router'
|
||||||
import { GetSyncData, UpdateTableByArray } from '../../utils/table/Operation'
|
import { GetSyncData, UpdateTableByArray } from '../../utils/table/Operation'
|
||||||
import { CurrentProjectConversion, DeductionProjectConversion, DetectingDifferences, GetCarStatus } from './utils'
|
import { CurrentProjectConversion, DeductionProjectConversion, DetectingDifferences, GetCarStatus } from './utils'
|
||||||
|
import { ProcessDataTaskPoolInstance } from './ProcessDataTaskPool'
|
||||||
|
|
||||||
|
|
||||||
export interface GetSysSetResult {
|
export interface GetSysSetResult {
|
||||||
@ -189,6 +190,9 @@ export class BaseJudge {
|
|||||||
await endRecordVideo(that.videoData)
|
await endRecordVideo(that.videoData)
|
||||||
}
|
}
|
||||||
// TODO
|
// TODO
|
||||||
|
ProcessDataTaskPoolInstance.setOnAllTasksCompletedCallback((data) => {
|
||||||
|
dConsole.log(JudgeTag, "考试结束判断", data)
|
||||||
|
})
|
||||||
// judgeTask.addTask(async () => {
|
// judgeTask.addTask(async () => {
|
||||||
// dConsole.info(JudgeTag, '考试结束 start')
|
// dConsole.info(JudgeTag, '考试结束 start')
|
||||||
// AppStorage.setOrCreate('isJudge', false)
|
// AppStorage.setOrCreate('isJudge', false)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user