From 904bdc32ac1e09e3b56027ad9adb293b41b2a2d1 Mon Sep 17 00:00:00 2001 From: xiaoguang Date: Tue, 17 May 2022 15:08:25 +0800 Subject: [PATCH] =?UTF-8?q?fixbug:=20=E4=BF=AE=E5=A4=8D=E4=B8=AA=E4=BA=BA?= =?UTF-8?q?=E8=B5=84=E6=96=99=E9=A1=B5=E9=9D=A2=E5=88=87=E6=8D=A2=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E4=B8=A2=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/account/index/userInfo.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/account/index/userInfo.vue b/pages/account/index/userInfo.vue index ae11a02..9a22876 100644 --- a/pages/account/index/userInfo.vue +++ b/pages/account/index/userInfo.vue @@ -104,6 +104,9 @@ export default { }, created() { this.getOssConfig(); + if (this.userInfo && Object.keys(this.userInfo).length > 0) { + this.initData(); + } }, methods: { initData() {