实时轨迹不受参数控制
This commit is contained in:
parent
81bfb2ebf8
commit
ea4e8d8da2
@ -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;
|
||||
|
||||
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user