From b89c9e0b1800509175ed66988e01e7c3f40dd391 Mon Sep 17 00:00:00 2001 From: liugang9704 <2745340733@qq.com> Date: Tue, 24 Jun 2025 14:48:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=9F=E5=BC=83=E6=8E=A5=E5=8F=A3=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/pages/Index.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entry/src/main/ets/pages/Index.ets b/entry/src/main/ets/pages/Index.ets index 67aaea6..f798547 100644 --- a/entry/src/main/ets/pages/Index.ets +++ b/entry/src/main/ets/pages/Index.ets @@ -118,7 +118,7 @@ function buildActionTips(params: ActionParams) { .height(12) } .onClick(() => { - promptAction.showToast({ + getUIContext.getPromptAction().showToast({ message: $r('app.string.after'), duration: 2000, showMode: promptAction.ToastShowMode.DEFAULT, -- Gitee