From 4cced3d5dacca59a44ca411c6e8d1956eeba4ecc Mon Sep 17 00:00:00 2001 From: duqingquan Date: Thu, 14 Mar 2024 14:14:18 +0800 Subject: [PATCH] =?UTF-8?q?toast=20=E7=A4=BA=E4=BE=8B=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E7=9A=84=E6=9D=A1=E4=BB=B6=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E8=AF=AD=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/API/toast/toast.uvue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/API/toast/toast.uvue b/pages/API/toast/toast.uvue index 10a952e8..bb540dda 100644 --- a/pages/API/toast/toast.uvue +++ b/pages/API/toast/toast.uvue @@ -10,7 +10,7 @@ - + @@ -101,7 +101,7 @@ }, }) }, - // #ifdef APP-PLUS + // #ifdef APP-ANDROID toast5Tap: function () { uni.showToast({ title: "显示一段轻提示", -- GitLab