...
|
...
|
@@ -8,7 +8,6 @@ var plusstar = {}, |
|
|
$footer = $('#yoho-footer');
|
|
|
|
|
|
require('../common');
|
|
|
lazyLoad($('img.lazy'));
|
|
|
|
|
|
plusstar = {
|
|
|
init: function() {
|
...
|
...
|
@@ -74,12 +73,12 @@ plusstar = { |
|
|
|
|
|
//处理左右滑动,未加载的图片
|
|
|
setTimeout(function() {
|
|
|
$('.focus-left-right img.lazy').each(function() {
|
|
|
$('img.lazy').each(function() {
|
|
|
if ($(this).attr('src') !== $(this).data('original')) {
|
|
|
$(this).attr('src', $(this).data('original'));
|
|
|
}
|
|
|
});
|
|
|
}, 20);
|
|
|
}, 40);
|
|
|
},
|
|
|
error: function() {
|
|
|
tip.show('网络断开连接了~');
|
...
|
...
|
|