|
@@ -108,8 +108,6 @@ C_ID = window._ChannelVary[window.cookie('_Channel')]; |
|
@@ -108,8 +108,6 @@ 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();
|
|
|
113
|
}
|
111
|
}
|
114
|
|
112
|
|
115
|
ellipsis.init();
|
113
|
ellipsis.init();
|
|
@@ -550,6 +548,8 @@ function search(opt) { |
|
@@ -550,6 +548,8 @@ function search(opt) { |
550
|
|
548
|
|
551
|
argument = setting;
|
549
|
argument = setting;
|
552
|
|
550
|
|
|
|
551
|
+ $goodsContainer.append('<div class="search-divide">正在加载...</div>');
|
|
|
552
|
+
|
553
|
$.ajax({
|
553
|
$.ajax({
|
554
|
type: 'GET',
|
554
|
type: 'GET',
|
555
|
url: location.protocol + '//m.yohobuy.com/product/search/search',
|
555
|
url: location.protocol + '//m.yohobuy.com/product/search/search',
|
|
@@ -633,11 +633,7 @@ function search(opt) { |
|
@@ -633,11 +633,7 @@ function search(opt) { |
633
|
$container.html(data);
|
633
|
$container.html(data);
|
634
|
num = $container.find('.good-info').length;
|
634
|
num = $container.find('.good-info').length;
|
635
|
$('.search-divide').remove();
|
635
|
$('.search-divide').remove();
|
636
|
- $container.append('<div class="search-divide">正在加载...</div>');
|
|
|
637
|
lazyLoad($container.find('.lazy'));
|
636
|
lazyLoad($container.find('.lazy'));
|
638
|
- if (num < 12) {
|
|
|
639
|
- $('.search-divide').remove();
|
|
|
640
|
- }
|
|
|
641
|
|
637
|
|
642
|
RES_QTY = $container.find('.total').data('id');
|
638
|
RES_QTY = $container.find('.total').data('id');
|
643
|
|
639
|
|