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) }) },