From 99581a30be5d23966679cdd9ada2f72fd7b49cc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=A6=82=E6=91=B8=E9=B1=BC=E5=8E=BB?= <1780903673@qq.com> Date: Sat, 27 Sep 2025 19:02:02 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E2=99=BB=EF=B8=8F=20=20=E4=BC=98?= =?UTF-8?q?=E5=8C=96=20Toast=20=E5=9B=BE=E6=A0=87=E7=9A=84=E4=BD=93?= =?UTF-8?q?=E7=A7=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wot-design-uni/components/wd-toast/index.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/uni_modules/wot-design-uni/components/wd-toast/index.ts b/src/uni_modules/wot-design-uni/components/wd-toast/index.ts index 31f557ca..24452b44 100644 --- a/src/uni_modules/wot-design-uni/components/wd-toast/index.ts +++ b/src/uni_modules/wot-design-uni/components/wd-toast/index.ts @@ -78,15 +78,15 @@ export const getToastOptionKey = (selector: string) => { export const toastIcon = { success() { - return '' + return '' }, warning() { - return '' + return '' }, info() { - return '' + return '' }, error() { - return '' + return '' } }