Showing
1 changed file
with
2 additions
and
0 deletions
@@ -108,6 +108,8 @@ C_ID = window._ChannelVary[window.cookie('_Channel')]; | @@ -108,6 +108,8 @@ C_ID = window._ChannelVary[window.cookie('_Channel')]; | ||
108 | if (!firstScreen) { | 108 | if (!firstScreen) { |
109 | $goodsContainer.html(noResultHbs()); | 109 | $goodsContainer.html(noResultHbs()); |
110 | window.rePosFooter(); | 110 | window.rePosFooter(); |
111 | +} else if ($defaultgc.children().length < 12) { // 首屏数据小于12个 | ||
112 | + $('.search-divide').remove(); | ||
111 | } | 113 | } |
112 | 114 | ||
113 | ellipsis.init(); | 115 | ellipsis.init(); |
-
Please register or login to post a comment