From 15687566ab75d529befec90d082d52bd6c1e86e0 Mon Sep 17 00:00:00 2001 From: zoujing Date: Sun, 12 Apr 2026 12:30:17 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20toast=20=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages-booking/index.vue | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/src/pages-booking/index.vue b/src/pages-booking/index.vue index e54a57f..d0ba216 100644 --- a/src/pages-booking/index.vue +++ b/src/pages-booking/index.vue @@ -2,7 +2,7 @@ @@ -313,18 +313,6 @@ const handlePayClick = ThrottleUtils.createThrottle(async (goodsData) => { uni.showToast({ title: "支付失败,请重试", icon: "none" }); }, }); - // try { - - // } catch (error) { - // console.error(error); - // uni.hideLoading(); // 提前关闭 loading,确保 toast 能在安卓正常弹出 - // setTimeout(() => { - // uni.showToast({ title: "请求出错,请重试", icon: "none" }); - // }, 100); - // } finally { - // // 最终兜底关闭 loading - // uni.hideLoading(); - // } }, 1000);