1
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user