From 33a3e7fd96171835c74906feee5035f8d58e8f62 Mon Sep 17 00:00:00 2001 From: wangzhongjie Date: Thu, 13 Feb 2025 09:02:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E4=BA=86=E9=83=A8?= =?UTF-8?q?=E5=88=86=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/pages/CarCheck.ets | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/entry/src/main/ets/pages/CarCheck.ets b/entry/src/main/ets/pages/CarCheck.ets index 9a5c79fa..f411b946 100644 --- a/entry/src/main/ets/pages/CarCheck.ets +++ b/entry/src/main/ets/pages/CarCheck.ets @@ -280,6 +280,11 @@ struct Index { flag = true } } + // Object.keys(this.warnFlag).map((key) => { + // if (this.warnFlag[key] == '0') { + // flag = true + // } + // }) this.vocObj.playAudio({ type: 1, name: flag ? 'zjwtg.wav' : 'zjtg.wav'