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'