From 67a2f91b3622ca2d68695db2478f1b572a1ba529 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=90=E6=98=8E=E6=98=8E?= <970899069@qq.com> Date: Wed, 26 Apr 2023 13:44:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/auth/auth.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/auth/auth.vue b/pages/auth/auth.vue index 8af1609..6bd4f59 100644 --- a/pages/auth/auth.vue +++ b/pages/auth/auth.vue @@ -61,6 +61,7 @@ this.$store.commit('setToken', res.token_type + ' ' + res.access_token); this.onBack() }).catch(err => { + console.log(err) uni.showToast({ title: err.message, icon : 'none'