Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xuqi
10 years ago
Commit
d1b4cd0eec8993d13d3df16df4a23bc241dd5abd
1 parent
191a31f0
pkg zepto lazyload
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
11 additions
and
11 deletions
static/js/guang/detail.js
static/js/guang/info.js
static/js/guang/plus-star/detail.js
static/js/guang/plus-star/list.js
static/js/home/boys.js
static/js/home/home.js
static/js/home/maybe-like.js
static/js/product/newsale/newarrival.js
static/package.json
static/js/guang/detail.js
View file @
d1b4cd0
...
...
@@ -6,7 +6,7 @@
var
$
=
require
(
'yoho.zepto'
),
ellipsis
=
require
(
'mlellipsis'
),
lazyLoad
=
require
(
'yoho.lazyload'
),
lazyLoad
=
require
(
'yoho.
zepto
lazyload'
),
IScroll
=
require
(
'iscroll/iscroll-probe'
);
var
$authorIntro
=
$
(
'.author .intro'
);
...
...
static/js/guang/info.js
View file @
d1b4cd0
...
...
@@ -6,7 +6,7 @@
var
$
=
require
(
'yoho.zepto'
),
ellipsis
=
require
(
'mlellipsis'
),
lazyLoad
=
require
(
'yoho.lazyload'
);
lazyLoad
=
require
(
'yoho.
zepto
lazyload'
);
var
tip
=
require
(
'../plugin/tip'
);
...
...
static/js/guang/plus-star/detail.js
View file @
d1b4cd0
...
...
@@ -6,7 +6,7 @@
var
$
=
require
(
'yoho.zepto'
),
ellipsis
=
require
(
'mlellipsis'
),
lazyLoad
=
require
(
'yoho.lazyload'
);
lazyLoad
=
require
(
'yoho.
zepto
lazyload'
);
var
$intro
=
$
(
'#intro'
),
$imt
=
$
(
'#intro-more-txt'
),
...
...
static/js/guang/plus-star/list.js
View file @
d1b4cd0
...
...
@@ -5,7 +5,7 @@
*/
var
$
=
require
(
'yoho.zepto'
),
lazyLoad
=
require
(
'yoho.lazyload'
),
lazyLoad
=
require
(
'yoho.
zepto
lazyload'
),
Swiper
=
require
(
'yoho.iswiper'
);
var
$navs
=
$
(
'#nav-tab > li'
),
...
...
static/js/home/boys.js
View file @
d1b4cd0
...
...
@@ -4,7 +4,7 @@
* @date: 2015/10/12
*/
var
$
=
require
(
'yoho.zepto'
),
lazyLoad
=
require
(
'yoho.lazyload'
);
lazyLoad
=
require
(
'yoho.
zepto
lazyload'
);
//Init LazyLoad
lazyLoad
(
$
(
'img.lazy'
));
\ No newline at end of file
...
...
static/js/home/home.js
View file @
d1b4cd0
...
...
@@ -5,7 +5,7 @@
*/
var
$
=
require
(
'yoho.zepto'
),
Swiper
=
require
(
'yoho.iswiper'
),
lazyLoad
=
require
(
'yoho.lazyload'
),
lazyLoad
=
require
(
'yoho.
zepto
lazyload'
),
bannerSwiper
,
recommendSwiper
,
trendTopicSwiper
,
...
...
static/js/home/maybe-like.js
View file @
d1b4cd0
...
...
@@ -11,7 +11,7 @@
*/
var
$
=
require
(
'yoho.zepto'
),
lazyLoad
=
require
(
'yoho.lazyload'
);
lazyLoad
=
require
(
'yoho.
zepto
lazyload'
);
var
$maybeLike
=
$
(
'.maybe-like:last'
);
...
...
static/js/product/newsale/newarrival.js
View file @
d1b4cd0
var
$
=
require
(
'yoho.zepto'
),
Swiper
=
require
(
'yoho.iswiper'
),
lazyLoad
=
require
(
'yoho.lazyload'
);
lazyLoad
=
require
(
'yoho.
zepto
lazyload'
);
var
$curNav
,
$navList
=
$
(
'#newarrival-nav'
),
...
...
static/package.json
View file @
d1b4cd0
...
...
@@ -18,11 +18,11 @@
"dependencies"
:
{
"yoho.zepto"
:
"1.1.60"
,
"yoho.jquery"
:
"1.8.3"
,
"yoho.lazyload"
:
"1.1.0"
,
"mlellipsis"
:
"0.0.6"
,
"yoho.iswiper"
:
"3.0.1"
,
"iscroll"
:
"5.1.2"
,
"import-style"
:
"1.0.0"
"import-style"
:
"1.0.0"
,
"yoho.zeptolazyload"
:
"0.0.1"
},
"devDependencies"
:
{
"expect.js"
:
"0.3.1"
...
...
@@ -46,4 +46,4 @@
"test"
:
"spm test"
,
"build"
:
"spm build"
}
}
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment