...
|
...
|
@@ -79,9 +79,8 @@ $nav.on('touchend touchcancel', function(e) { |
|
|
$loading.addClass('hide');
|
|
|
$noMore.addClass('hide');
|
|
|
|
|
|
loadMore($content, $.extend({
|
|
|
isTab: true
|
|
|
}, state[curType]));
|
|
|
state[curType].isTab = true;
|
|
|
loadMore($content, state[curType]);
|
|
|
} else {
|
|
|
|
|
|
//重置当前Tab的load-more
|
...
|
...
|
|