From 9330610202d388626ec5cf7713ea5a1c7e024b1e Mon Sep 17 00:00:00 2001 From: Anne_LXM Date: Tue, 13 Aug 2024 19:54:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E7=BB=91=E5=AE=9A?= =?UTF-8?q?=E6=89=8B=E6=9C=BA=E5=8F=B7=E6=97=B6=E6=8F=90=E7=A4=BA=E6=9C=AA?= =?UTF-8?q?=E5=90=8C=E6=84=8F=E9=9A=90=E7=A7=81=E6=94=BF=E7=AD=96=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../uni-id-pages-x-smsCode/uni-id-pages-x-smsCode.uvue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/uni_modules/uni-id-pages-x/components/uni-id-pages-x-smsCode/uni-id-pages-x-smsCode.uvue b/uni_modules/uni-id-pages-x/components/uni-id-pages-x-smsCode/uni-id-pages-x-smsCode.uvue index 58a7ce9..2bd73ba 100644 --- a/uni_modules/uni-id-pages-x/components/uni-id-pages-x-smsCode/uni-id-pages-x-smsCode.uvue +++ b/uni_modules/uni-id-pages-x/components/uni-id-pages-x-smsCode/uni-id-pages-x-smsCode.uvue @@ -61,7 +61,11 @@ sendSmsCaptcha() { this.emitInput() if (this.autoSend && this.sendSmsCaptcha.length == 4 && this.mobile.length == 11) { - this.sendSmsCode(true) + if(this.scene == "bind-mobile-by-sms"){ + this.sendSmsCode(false) + }else{ + this.sendSmsCode(true) + } } }, smsCode() { -- GitLab