From dd13f704cd41f0f4d84bb48f5d216112250fe1a3 Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期三, 21 六月 2023 15:36:42 +0800 Subject: [PATCH] no message --- uniapp/pages/login/bindingPhone.vue | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/uniapp/pages/login/bindingPhone.vue b/uniapp/pages/login/bindingPhone.vue index 3ee3881..a4d1ba6 100644 --- a/uniapp/pages/login/bindingPhone.vue +++ b/uniapp/pages/login/bindingPhone.vue @@ -125,6 +125,7 @@ setTimeout(function(){ univerifyManager.close(); },2000); + that.isyj=false; }) }, mobShow() @@ -213,7 +214,9 @@ }, bindMobile(){ var that = this; - if(!this.hasLogin && this.wxUser != ""){ + console.log(this.hasLogin) + console.log(this.wxUser) + if(this.wxUser != ""){ this.$u.api.bindMobileLogin({ wxUser : encodeURIComponent(JSON.stringify(that.wxUser)), mobile:this.phone, @@ -243,7 +246,8 @@ }else{ this.$u.api.changeMobile({ mobile:this.phone, - captcha:this.code + captcha:this.code, + isyj:this.isyj }).then(e => { if(e.code != 0) return that.$alert(e.msg) that.$alert('缁戝畾鎴愬姛'); -- Gitblit v1.9.3