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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long