优化代码

This commit is contained in:
java110 2020-08-04 08:42:25 +08:00
parent c63db476f5
commit e4a48ba831

View File

@ -33,6 +33,11 @@
vc.component.$emit('errorInfoEvent',"手机号码为空或不正确,不能发送验证码");
return;
}
if($that.buttonInfo !='验证码'){
return ;
}
// 开启定时
vc.component.messageCodeTimer();