From 066b5ca44be1005b498f024545bd58ec78e0f78e Mon Sep 17 00:00:00 2001 From: lv <1344032923@qq.com> Date: Fri, 16 May 2025 15:01:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=B6=E9=97=B4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/pages/compontents/SignDisplayCom.ets | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/entry/src/main/ets/pages/compontents/SignDisplayCom.ets b/entry/src/main/ets/pages/compontents/SignDisplayCom.ets index d7b0fb72..7b1821f0 100644 --- a/entry/src/main/ets/pages/compontents/SignDisplayCom.ets +++ b/entry/src/main/ets/pages/compontents/SignDisplayCom.ets @@ -414,7 +414,8 @@ export default struct SignDisplayCom { const str2=this.signArr[93].substr(4.2) this.signArr[93]=str2+str1+str0 this.GPSColum[10].value = this.signArr[93] - + const hours=Number(this.signArr[94].substr(0,2))+8 + this.signArr[94]=(hours>9?hours:'0'+hours)+this.signArr[94].substr(2,this.signArr[94].length-2) // this.signArr[53]=192.168.7.170' this.sjxhColum = JSON.parse(JSON.stringify((this.sjxhColum))) that.signArr = JSON.parse(JSON.stringify((this.signArr)))