From b4449971d10675245c531c5307f7574041d09642 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Wed, 8 Nov 2023 18:02:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=A1=B5=E9=9D=A2=E6=8B=A6?= =?UTF-8?q?=E6=88=AA=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/App.vue b/App.vue index 7c487f2..153ff36 100644 --- a/App.vue +++ b/App.vue @@ -45,11 +45,11 @@ data } = await userInfo(); this.$store.commit('setUserInfo', data); - this.$isResolve() + // this.$isResolve() // uni.$emit('home_initUserInfo', data); - return; + // return; } catch (e) { - this.$isResolve() + // this.$isResolve() console.log(e); } }