From e3f8af2fd5f6e4a393c6fc2987d76b13ad804a33 Mon Sep 17 00:00:00 2001 From: hwyml Date: Tue, 6 Aug 2024 20:47:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=B9=E7=AA=97=E5=8A=A8=E7=94=BB=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: hwyml Change-Id: Iae4437ee7e0ee40319d4bb76a76fd2e41b6326b8 --- .../dialog_ui/usb_right_dialog/src/main/ets/pages/Index.ets | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frameworks/dialog/dialog_ui/usb_right_dialog/src/main/ets/pages/Index.ets b/frameworks/dialog/dialog_ui/usb_right_dialog/src/main/ets/pages/Index.ets index b773528b..460bc876 100755 --- a/frameworks/dialog/dialog_ui/usb_right_dialog/src/main/ets/pages/Index.ets +++ b/frameworks/dialog/dialog_ui/usb_right_dialog/src/main/ets/pages/Index.ets @@ -66,8 +66,9 @@ struct IndexHapComponent { }); async aboutToAppear() { - this.dialogControllerList.open(); - + setTimeout(() => { + this.dialogControllerList.open(); + }); } async aboutToDisappear() { -- Gitee