From c4b8a00636a5481ebe30c6b1e926e9a5778a4b67 Mon Sep 17 00:00:00 2001 From: lvyuankang <1344032923@qq.com> Date: Wed, 18 Sep 2024 17:05:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=AE=E5=88=86=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/ets/common/utils/UdpClientByCenter.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/entry/src/main/ets/common/utils/UdpClientByCenter.ts b/entry/src/main/ets/common/utils/UdpClientByCenter.ts index da87ac5f..a5003d7c 100644 --- a/entry/src/main/ets/common/utils/UdpClientByCenter.ts +++ b/entry/src/main/ets/common/utils/UdpClientByCenter.ts @@ -349,14 +349,14 @@ export default class UdpClientByCenter { }) if(strachArr[83]!='4'||strachArr[92]!='0'){ console.log('差分状态异常',strachArr[83],strachArr[92]) - this.chafenFlag++ - if(this.chafenFlag>=15&&!globalThis.dialogOpen){ - // getUDP(globalThis.context,true) - globalThis.title='差分状态异常' - globalThis.type='3' - globalThis.errorDialog.open() - globalThis.dialogOpen=true - } + // this.chafenFlag++ + // if(this.chafenFlag>=15&&!globalThis.dialogOpen){ + // // getUDP(globalThis.context,true) + // globalThis.title='差分状态异常' + // globalThis.type='3' + // globalThis.errorDialog.open() + // globalThis.dialogOpen=true + // } }else{ globalThis.dialogOpen=false this.chafenFlag=0