From 5a0d9122e98af4e3c5f3190259dafa0d97bf777a Mon Sep 17 00:00:00 2001 From: PQZ Date: Fri, 11 Apr 2025 11:14:14 +0800 Subject: [PATCH] 1 --- pages/mine/auth/auth-form.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pages/mine/auth/auth-form.vue b/pages/mine/auth/auth-form.vue index 989b482..d67f7f4 100644 --- a/pages/mine/auth/auth-form.vue +++ b/pages/mine/auth/auth-form.vue @@ -340,11 +340,7 @@ uni.navigateBack() } }).catch((e) => { - uni.showToast({ - icon: 'error', - duration: 2000, - title: e - }); + toast(e) }) },