1
This commit is contained in:
@@ -122,6 +122,9 @@ const bindPhone = async (event) => {
|
||||
}
|
||||
}
|
||||
const goHome = () => {
|
||||
if (authStorage.getPendingToken()) {
|
||||
session.completeLogin()
|
||||
}
|
||||
uni.switchTab({ url: '/pages/home/index' })
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user