fix: 微信小程序余额充值不跳转问题

This commit is contained in:
黄少君
2024-02-26 16:49:35 +08:00
parent f8fac0a5bc
commit e7600b4df1
136 changed files with 166 additions and 2 deletions

View File

@ -35,6 +35,7 @@ onLoad(() => {
})
onShow(() => {
mainStore.getUserInfo()
refreshPage()
})
</script>