Authored by yyqing

guang移动端tab切换请求添加判断字段

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