From 29ce948934dc36dd09572c904d2ccff85a770972 Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Wed, 29 Nov 2023 20:01:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=BA=AB=E4=BB=BD=E8=AE=A4?= =?UTF-8?q?=E8=AF=81=E6=88=90=E5=8A=9F=E5=90=8E=E9=9C=80=E8=A6=81=E5=88=B7?= =?UTF-8?q?=E6=96=B0=E6=89=8D=E6=98=BE=E7=A4=BA=E5=B7=B2=E8=AE=A4=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/auth/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/auth/index.vue b/pages/auth/index.vue index 412ca51..cc0ae03 100644 --- a/pages/auth/index.vue +++ b/pages/auth/index.vue @@ -73,6 +73,9 @@ export default { } } }, + onShow() { + this.getAuthInfo() + }, created(){ this.getAuthInfo() }