...
|
...
|
@@ -8,7 +8,7 @@ var page = 1, |
|
|
hotnav,
|
|
|
listTop,
|
|
|
navSwiper,
|
|
|
notab,
|
|
|
notab=0,
|
|
|
sort = '',
|
|
|
id = '';
|
|
|
|
...
|
...
|
@@ -32,7 +32,7 @@ function hotrank(page, sort, tabId, notab) { |
|
|
$('.rank-main').append(data);
|
|
|
} else {
|
|
|
$('#hotRank').append(data);
|
|
|
};
|
|
|
}
|
|
|
lazyLoad($('img.lazy'));
|
|
|
$('#yoho-footer').css('position', 'static');
|
|
|
$('.rank-main ul li:gt(2)').find('.item-content i').removeClass('top');
|
...
|
...
|
@@ -71,4 +71,4 @@ $(window).scroll(function () { |
|
|
hotrank(page, sort, id, notab);
|
|
|
|
|
|
});
|
|
|
hotrank(page, sort, id); |
|
|
hotrank(page, sort, id, notab); |
...
|
...
|
|