From 7f4a4ecc0a97db00a6d60c5290f4d4fabeb7be15 Mon Sep 17 00:00:00 2001 From: linju-json Date: Tue, 18 May 2021 12:05:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=8C=E7=BB=91=E5=AE=9A?= =?UTF-8?q?=E6=89=8B=E6=9C=BA=E5=8F=B7=E7=A0=81=E5=9C=BA=E6=99=AF=E3=80=82?= =?UTF-8?q?=E5=BD=93=E4=B8=80=E9=94=AE=E7=99=BB=E5=BD=95=E5=A4=B1=E8=B4=A5?= =?UTF-8?q?=E5=90=8E=E6=9C=AA=E7=9B=B4=E6=8E=A5=E8=B7=B3=E5=88=B0=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E7=9F=AD=E4=BF=A1=E9=AA=8C=E8=AF=81=E7=A0=81=E6=96=B9?= =?UTF-8?q?=E5=BC=8F=E7=BB=91=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/ucenter/userinfo/userinfo.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/ucenter/userinfo/userinfo.vue b/pages/ucenter/userinfo/userinfo.vue index c63e1fd..bb01b41 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 -- GitLab