登录优化

This commit is contained in:
唐明明
2022-06-17 10:52:05 +08:00
parent b5bcfef6c0
commit b9e3354fa0
14 changed files with 388 additions and 384 deletions

View File

@@ -47,12 +47,17 @@
isKeyAuth : false
};
},
created () {
onShow () {
uni.showLoading({
title: '加载中...',
mask : true
})
// 预登录
uni.preLogin({
provider: 'univerify',
success: res => {
this.isKeyAuth = true
uni.hideLoading()
}
})
},