Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郝肖肖
2017-04-24 18:02:46 +0800
Commit
9b19c0f3accd0ffa484ca341ab13da71aa3a387d
1 parent
69b4e153
首页 登录接口合并,输入框失去焦点不应该在次调用短信接口
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
public/js/passport/login/index.js
public/js/passport/login/index.js
View file @
9b19c0f
...
...
@@ -995,9 +995,6 @@ $accountInput2.on('blur', function() {
return
currentLogin
.
validateAccountLocal
();
});
// sms验证码输入框事件
$captchaSmsInput
.
on
(
'blur'
,
validateCaptchaSms
);
// 短信验证码发送按钮
$captchaSmsBtn
.
on
(
'click'
,
function
()
{
// 已在发送短信时间范围内
...
...
Please
register
or
login
to post a comment