Authored by zhangxiaoru

首屏小于12个

... ... @@ -108,6 +108,8 @@ C_ID = window._ChannelVary[window.cookie('_Channel')];
if (!firstScreen) {
$goodsContainer.html(noResultHbs());
window.rePosFooter();
} else if ($defaultgc.children().length < 12) { // 首屏数据小于12个
$('.search-divide').remove();
}
ellipsis.init();
... ...