This commit is contained in:
2022-06-29 17:50:07 +08:00
parent d7ff4439e5
commit c041352990
169 changed files with 21 additions and 64154 deletions

View File

@@ -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: {
// 获取验证码