Showing
1 changed file
with
3 additions
and
1 deletions
@@ -86,7 +86,9 @@ $nav.on('touchend touchcancel', function(e) { | @@ -86,7 +86,9 @@ $nav.on('touchend touchcancel', function(e) { | ||
86 | $loading.addClass('hide'); | 86 | $loading.addClass('hide'); |
87 | $noMore.addClass('hide'); | 87 | $noMore.addClass('hide'); |
88 | 88 | ||
89 | - loadMore($content, state[curType]); | 89 | + loadMore($content, $.extend({ |
90 | + isTab: true | ||
91 | + }, state[curType])); | ||
90 | } else { | 92 | } else { |
91 | 93 | ||
92 | //重置当前Tab的load-more | 94 | //重置当前Tab的load-more |
-
Please register or login to post a comment