...
This commit is contained in:
@@ -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
6854
unpackage/dist/dev/app-plus/app-service.js
vendored
6854
unpackage/dist/dev/app-plus/app-service.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user