更新页面拦截逻辑

This commit is contained in:
weipengfei 2023-11-08 18:02:28 +08:00
parent bf3d93e9b8
commit b4449971d1

View File

@ -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);
}
}