Showing
1 changed file
with
3 additions
and
3 deletions
@@ -8,7 +8,7 @@ var page = 1, | @@ -8,7 +8,7 @@ var page = 1, | ||
8 | hotnav, | 8 | hotnav, |
9 | listTop, | 9 | listTop, |
10 | navSwiper, | 10 | navSwiper, |
11 | - notab, | 11 | + notab=0, |
12 | sort = '', | 12 | sort = '', |
13 | id = ''; | 13 | id = ''; |
14 | 14 | ||
@@ -32,7 +32,7 @@ function hotrank(page, sort, tabId, notab) { | @@ -32,7 +32,7 @@ function hotrank(page, sort, tabId, notab) { | ||
32 | $('.rank-main').append(data); | 32 | $('.rank-main').append(data); |
33 | } else { | 33 | } else { |
34 | $('#hotRank').append(data); | 34 | $('#hotRank').append(data); |
35 | - }; | 35 | + } |
36 | lazyLoad($('img.lazy')); | 36 | lazyLoad($('img.lazy')); |
37 | $('#yoho-footer').css('position', 'static'); | 37 | $('#yoho-footer').css('position', 'static'); |
38 | $('.rank-main ul li:gt(2)').find('.item-content i').removeClass('top'); | 38 | $('.rank-main ul li:gt(2)').find('.item-content i').removeClass('top'); |
@@ -71,4 +71,4 @@ $(window).scroll(function () { | @@ -71,4 +71,4 @@ $(window).scroll(function () { | ||
71 | hotrank(page, sort, id, notab); | 71 | hotrank(page, sort, id, notab); |
72 | 72 | ||
73 | }); | 73 | }); |
74 | -hotrank(page, sort, id); | 74 | +hotrank(page, sort, id, notab); |
-
Please register or login to post a comment