From a8d2d4b692affed188b7184e0b1bcd87c6715591 Mon Sep 17 00:00:00 2001 From: chenhxian <11450083+huaweichx@user.noreply.gitee.com> Date: Fri, 26 May 2023 08:49:21 +0000 Subject: [PATCH] Signed-off-by: chenhxian <11450083+huaweichx@user.noreply.gitee.com> Signed-off-by: chenhxian <11450083+huaweichx@user.noreply.gitee.com> --- 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