apps/cMiniApp/src/pages/mine/index.vue
@@ -137,12 +137,12 @@ const { userDetail, isCertified, updateUserInfo } = useUser(); const isLogin = useIsLogin(); const systemStore = useSystemStore(); const { stop, start } = useIntervalFn(updateUserInfo, 1000); const { goLoginFn } = useGoLogin(); const bgHeight = computed(() => 133 + systemStore.navHeight); Taro.useDidShow(({ scene }) => { if (isLogin.value) { const { stop, start } = useIntervalFn(updateUserInfo, 1000); setTimeout(() => { updateUserInfo(); }, 300);