From 808633ac2954d99cbf68c31a0582876022ca9e1a Mon Sep 17 00:00:00 2001 From: jackd320 Date: Thu, 18 May 2023 12:01:25 +0000 Subject: [PATCH] Signed-off-by: jackd320 Signed-off-by: jackd320 --- common/src/main/ets/const/update_const.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/ets/const/update_const.ts b/common/src/main/ets/const/update_const.ts index 9370b9c..5921576 100644 --- a/common/src/main/ets/const/update_const.ts +++ b/common/src/main/ets/const/update_const.ts @@ -425,7 +425,7 @@ export enum CountDownDialogType { /** * ab升级20S倒计时 */ - OTA_AB = 0, + OTA_AB = 1, } -- Gitee