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
@@ -58,7 +58,7 @@ defineProps({
},
primaryText: {
type: String,
default: '微信一键登录'
default: '点击登录'
},
loading: {
type: Boolean,
@@ -122,6 +122,9 @@ const bindPhone = async (event) => {
}
}
const goHome = () => {
if (authStorage.getPendingToken()) {
session.completeLogin()
}
uni.switchTab({ url: '/pages/home/index' })
}
</script>