mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 21:59:12 +08:00
优化代码
This commit is contained in:
parent
c63db476f5
commit
e4a48ba831
@ -33,6 +33,11 @@
|
||||
vc.component.$emit('errorInfoEvent',"手机号码为空或不正确,不能发送验证码");
|
||||
return;
|
||||
}
|
||||
|
||||
if($that.buttonInfo !='验证码'){
|
||||
return ;
|
||||
}
|
||||
|
||||
// 开启定时
|
||||
vc.component.messageCodeTimer();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user