diff --git a/entry/src/main/ets/pages/Index.ets b/entry/src/main/ets/pages/Index.ets index f6dd15a1..7489e84b 100644 --- a/entry/src/main/ets/pages/Index.ets +++ b/entry/src/main/ets/pages/Index.ets @@ -26,7 +26,7 @@ import { examJudgeVersion } from './judgeSDK/api'; @Component struct Index { @State carNum: string = '' - @State version: string = '2025.04.25.01' + @State version: string = '2025.04.28.01' @State judgeVersion: string = '' @State url: string = '' @State hasAuth: boolean = false; diff --git a/entry/src/main/ets/pages/Judge.ets b/entry/src/main/ets/pages/Judge.ets index a20305b2..8108e16e 100644 --- a/entry/src/main/ets/pages/Judge.ets +++ b/entry/src/main/ets/pages/Judge.ets @@ -919,7 +919,8 @@ struct Index { showBack: false, scaleNum: 1.8, msgStr: this.judge.plcStr || '', - showTrajectory: globalThis.singlePlay ? true : (this.syssetParam623), + // showTrajectory: globalThis.singlePlay ? true : (this.syssetParam623), + showTrajectory: true, }).margin({ top: 100 }) Row() {