Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-frontend
·
Commits
Go to a project
GitLab
Go to group
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
Plain Diff
Browse Files
Authored by
xuqi
2015-04-22 11:20:36 +0800
Commit
673a7134b97fea5d5383c5edcfcc88e940c03170
2 parents
7b074882
4ba50fd9
Merge branch 'feature/plus-star' of git.dev.yoho.cn:web/yohobuy-frontend into feature/plus-star
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mobile/public/js/ps.js
mobile/public/js/ps.js
View file @
673a713
...
...
@@ -101,7 +101,7 @@ exports.init = function() {
$infoContent
.
append
(
html
);
//lazyload 不包含src即未加载的图片
$
(
'img.lazy
:not([src])'
).
lazyload
({
$
(
'img.lazy
'
).
lazyload
({
container
:
$infoContent
});
}
...
...
Please
register
or
login
to post a comment