Authored by 郝肖肖

首页 登录接口合并,输入框失去焦点不应该在次调用短信接口

... ... @@ -995,9 +995,6 @@ $accountInput2.on('blur', function() {
return currentLogin.validateAccountLocal();
});
// sms验证码输入框事件
$captchaSmsInput.on('blur', validateCaptchaSms);
// 短信验证码发送按钮
$captchaSmsBtn.on('click', function() {
// 已在发送短信时间范围内
... ...