提交 93306102 编写于 作者: Anne_LXM's avatar Anne_LXM

修复 绑定手机号时提示未同意隐私政策的问题

上级 38f7da3a
......@@ -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() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册