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
htoooth
9 years ago
Commit
e2c1438b547087a67f20005c7435a9ead6b34627
1 parent
77c40980
增加部分函数注释
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
17 additions
and
6 deletions
public/js/passport/back/back.js
public/js/passport/back/reset.js
public/js/passport/bind-set-pwd.page.js
public/js/passport/bind.page.js
public/js/passport/login.page.js
public/js/passport/reg.page.js
public/js/passport/back/back.js
View file @
e2c1438
/**
* 找回密码
* @author: xuqi<qi.xu@yoho.cn>
* @date: 2015/12/14
* @author: TaoHuang
* @date: 2016/7/18
*/
var
$
=
require
(
'yoho-jquery'
),
...
...
@@ -18,7 +18,6 @@ var $regionCodeText = $('#country-code'),
$nextBtn
=
$
(
'#find-btn'
),
$form
=
$
(
'#back-form'
);
var
emailRegx
=
regx
.
emailRegx
,
phoneRegx
=
regx
.
phoneRegx
;
...
...
public/js/passport/back/reset.js
View file @
e2c1438
/**
* 找回密码
* @author: xuqi<qi.xu@yoho.cn>
* @date: 2015/12/14
* 找回密码设置密码
* @author: TaoHuang
* @date: 2016/7/18
*/
var
$
=
require
(
'yoho-jquery'
);
...
...
public/js/passport/bind-set-pwd.page.js
View file @
e2c1438
/**
* Created by TaoHuang on 2016/6/21.
*/
require
(
'./bind/third-pwd'
);
...
...
public/js/passport/bind.page.js
View file @
e2c1438
/**
* Created by TaoHuang on 2016/6/21.
*/
require
(
'./bind/third-login'
);
...
...
public/js/passport/login.page.js
View file @
e2c1438
/**
* Created by TaoHuang on 2016/6/21.
*/
require
(
'./login/index'
);
...
...
public/js/passport/reg.page.js
View file @
e2c1438
/**
* Created by TaoHuang on 2016/6/21.
*/
var
reg
=
require
(
'./reg/reg'
);
reg
.
init
();
...
...
Please
register
or
login
to post a comment