实时轨迹不受参数控制

This commit is contained in:
lixiao 2025-04-29 19:41:28 +08:00
parent 81bfb2ebf8
commit ea4e8d8da2
2 changed files with 3 additions and 2 deletions

View File

@ -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;

View File

@ -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() {