Merge branch 'feature/plus-star' of git.dev.yoho.cn:web/yohobuy-frontend into feature/plus-star
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -101,7 +101,7 @@ exports.init = function() { | @@ -101,7 +101,7 @@ exports.init = function() { | ||
101 | $infoContent.append(html); | 101 | $infoContent.append(html); |
102 | 102 | ||
103 | //lazyload 不包含src即未加载的图片 | 103 | //lazyload 不包含src即未加载的图片 |
104 | - $('img.lazy:not([src])').lazyload({ | 104 | + $('img.lazy').lazyload({ |
105 | container: $infoContent | 105 | container: $infoContent |
106 | }); | 106 | }); |
107 | } | 107 | } |
-
Please register or login to post a comment