dev #2

Merged
wangzhongjie merged 77 commits from dev into main 2025-10-28 17:49:09 +08:00
Showing only changes of commit 2321052cc1 - Show all commits

View File

@ -48,7 +48,6 @@ export default struct SignalDisplayComponent {
for (let i = 0; i <= 12; i++) {
this.vehicleSignal[i].value = this.signArr[i+2]
}
this.vehicleSignal[13].value = this.signArr[17]
this.vehicleSignal[14].value = this.signArr[18]
this.vehicleSignal[15].value = this.signArr[19]
@ -86,11 +85,6 @@ export default struct SignalDisplayComponent {
this.signArr[93] = str2 + str1 + str0
}
this.GPSColum[10].value = this.signArr[93]
// this.signArr[53]=192.168.7.170'
this.vehicleSignal = JSON.parse(JSON.stringify((this.vehicleSignal)))
this.signArr = JSON.parse(JSON.stringify((this.signArr)))
this.GPSColum = JSON.parse(JSON.stringify((this.GPSColum)))
}
build() {