This commit is contained in:
2022-06-17 17:25:04 +08:00
parent a6ddffe214
commit d7ff4439e5
3 changed files with 86 additions and 6800 deletions

View File

@@ -49,20 +49,20 @@
}; };
}, },
onShow () { onShow () {
uni.showLoading({ // uni.showLoading({
title: '加载中...', // title: '加载中...',
mask : true // mask : true
}) // })
// 预登录 // // 预登录
uni.preLogin({ // uni.preLogin({
provider: 'univerify', // provider: 'univerify',
success: res => { // success: res => {
this.isKeyAuth = true // this.isKeyAuth = true
}, // },
complete() { // complete() {
uni.hideLoading() // uni.hideLoading()
} // }
}) // })
}, },
methods: { methods: {
// 获取验证码 // 获取验证码

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long