Authored by xuqi

Merge branch 'feature/plus-star' of git.dev.yoho.cn:web/yohobuy-frontend into feature/plus-star

@@ -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 }