This commit is contained in:
gqt
2026-07-15 16:58:07 +08:00
parent d00304ec9c
commit 37eb77aede
2 changed files with 4 additions and 1 deletions
@@ -122,6 +122,9 @@ const bindPhone = async (event) => {
}
}
const goHome = () => {
if (authStorage.getPendingToken()) {
session.completeLogin()
}
uni.switchTab({ url: '/pages/home/index' })
}
</script>