diff --git a/pages/ucenter/userinfo/userinfo.vue b/pages/ucenter/userinfo/userinfo.vue index c63e1fddc454cf5693e5c5ab078f158556e0e9bd..bb01b413f165b45b32cdf6b708b0efd7c06d8fb3 100644 --- a/pages/ucenter/userinfo/userinfo.vue +++ b/pages/ucenter/userinfo/userinfo.vue @@ -52,9 +52,10 @@ uni.preLogin({ provider: 'univerify', success: this.univerify(), //预登录成功 - fail(res) { // 预登录失败 + fail:(res)=> { // 预登录失败 // 不显示一键登录选项(或置灰) - console.log(res) + console.log(res) + this.bindMobileBySmsCode() } }) // #endif