From ea4e8d8da232f2b6832b6a078a1a1f5b024ede6f Mon Sep 17 00:00:00 2001 From: lixiao <932184220@qq.com> Date: Tue, 29 Apr 2025 19:41:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E6=97=B6=E8=BD=A8=E8=BF=B9=E4=B8=8D?= =?UTF-8?q?=E5=8F=97=E5=8F=82=E6=95=B0=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/pages/Index.ets | 2 +- entry/src/main/ets/pages/Judge.ets | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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() {