wupengfei
4 天以前 1ce7a4192c15c8fd991dba20c31bc214a7719d11
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) {
    updateUserInfo();
    setTimeout(() => {
      updateUserInfo();
    }, 300);
  }
});