同步
This commit is contained in:
@@ -49,20 +49,20 @@
|
||||
};
|
||||
},
|
||||
onShow () {
|
||||
// uni.showLoading({
|
||||
// title: '加载中...',
|
||||
// mask : true
|
||||
// })
|
||||
// // 预登录
|
||||
// uni.preLogin({
|
||||
// provider: 'univerify',
|
||||
// success: res => {
|
||||
// this.isKeyAuth = true
|
||||
// },
|
||||
// complete() {
|
||||
// uni.hideLoading()
|
||||
// }
|
||||
// })
|
||||
uni.showLoading({
|
||||
title: '加载中...',
|
||||
mask : true
|
||||
})
|
||||
// 预登录
|
||||
uni.preLogin({
|
||||
provider: 'univerify',
|
||||
success: res => {
|
||||
this.isKeyAuth = true
|
||||
},
|
||||
complete() {
|
||||
uni.hideLoading()
|
||||
}
|
||||
})
|
||||
},
|
||||
methods: {
|
||||
// 获取验证码
|
||||
|
||||
Reference in New Issue
Block a user