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
unknown
2015-12-02 16:46:51 +0800
Commit
331b0b763547b266fac9b0e3cffc497bb31471d5
1 parent
57dfd2fb
js依赖更改
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
web-static/js/common/infinite-load.js
web-static/js/common/new-arrivls.js
web-static/js/header.js
web-static/js/product/list.js
web-static/js/common/infinite-load.js
View file @
331b0b7
var
$
=
require
(
'jquery'
);
var
$
=
require
(
'
yoho.
jquery'
);
function
infiniteLoad
(
options
)
{
...
...
web-static/js/common/new-arrivls.js
View file @
331b0b7
var
$
=
require
(
'jquery'
);
var
$
=
require
(
'
yoho.
jquery'
);
//var Lazyload = require('yoho.lazyload');
var
Handlebars
=
require
(
'yoho.handlebars'
);
...
...
web-static/js/header.js
View file @
331b0b7
...
...
@@ -4,7 +4,7 @@
* @date: 2015/12/01
*/
var
$
=
require
(
'jquery'
);
var
$
=
require
(
'
yoho.
jquery'
);
var
noticeSuccess
=
false
;
...
...
web-static/js/product/list.js
View file @
331b0b7
...
...
@@ -4,7 +4,7 @@
* @date: 2015/11/23
*/
var
$
=
require
(
'jquery'
);
var
$
=
require
(
'
yoho.
jquery'
);
var
checkUnicode
=
{
unchecked
:
''
,
...
...
Please
register
or
login
to post a comment