apps/cMiniApp/src/pages/mine/index.vue
@@ -120,9 +120,11 @@ const { goLoginFn } = useGoLogin(); const bgHeight = computed(() => 133 + systemStore.navHeight); Taro.useDidShow(() => { Taro.useDidShow(({ scene }) => { if (isLogin.value) { setTimeout(() => { updateUserInfo(); }, 300); } });