Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xuqi
2015-10-08 16:51:47 +0800
Commit
9a4d92ef096bb724829e2aa6966b8384d4ac4de2
1 parent
2776dadb
use zepto instead of jquery
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
static/js/passport/login/interational.js
static/js/passport/login/login.js
static/js/passport/login/interational.js
View file @
9a4d92e
...
...
@@ -3,7 +3,7 @@
* @author: xuqi<qi.xu@yoho.cn>
* @date: 2015/10/8
*/
var
$
=
require
(
'yoho.
jquery
'
);
var
$
=
require
(
'yoho.
zepto
'
);
var
$phoneNum
=
$
(
'#phone-num'
),
$countrySelect
=
$
(
'#country-select'
),
...
...
static/js/passport/login/login.js
View file @
9a4d92e
...
...
@@ -3,7 +3,7 @@
* @author: xuqi<qi.xu@yoho.cn>
* @date: 2015/9/30
*/
var
$
=
require
(
'yoho.
jquery
'
);
var
$
=
require
(
'yoho.
zepto
'
);
var
$account
=
$
(
'#account'
),
$pwd
=
$
(
'#pwd'
),
...
...
Please
register
or
login
to post a comment