Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
shijian
8 years ago
Commit
a33c806937833d23bc3d1ac3fe0bc1b5136e4836
1 parent
a6879580
save
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
public/js/passport/login/index.js
public/js/passport/login/index.js
View file @
a33c806
...
...
@@ -25,7 +25,7 @@ var $phoneNumInput = $('#account'),
var
$loginTip
=
$loginBtn
.
siblings
(
'.login-fail-tip'
),
ep
=
new
EventProxy
();
//var mailPhoneRegx = require('../common/mail-phone-regx');
//
var mailPhoneRegx = require('../common/mail-phone-regx');
var
mailAc
=
require
(
'../common/ac-email'
);
// 邮箱自动完成
var
$remember
=
$
(
'.remember-me'
);
var
captchaUrl
=
'/passport/images?t='
;
// /passport/images?t=1454464125
...
...
@@ -53,7 +53,8 @@ var secondCount = 60;
// 短信验证码只能验证一次
var
isSmsCheckedSuccessFlag
=
false
;
var
currLoginType
=
'PasswordLogin'
;
//var userIsRight = false;
// var userIsRight = false;
var
smsIsRight
=
false
;
require
(
'yoho-jquery-placeholder'
);
...
...
Please
register
or
login
to post a comment