...
|
...
|
@@ -18,7 +18,10 @@ var filter = require('../../plugin/filter'); |
|
|
var loading = require('../../plugin/loading');
|
|
|
|
|
|
var $goodsContainer = $('#goods-container'),
|
|
|
$goodsChildren = $goodsContainer.children();
|
|
|
$goodsChildren = $goodsContainer.children(),
|
|
|
$ngc = $($goodsChildren.get(0)),
|
|
|
$pgc = $($goodsChildren.get(1)).addClass('hide'),
|
|
|
$dgc = $($goodsChildren.get(2)).addClass('hide');
|
|
|
|
|
|
var winH = $(window).height(),
|
|
|
noResult = '<p class="no-result">未找到相关搜索结果</p>';
|
...
|
...
|
@@ -65,9 +68,6 @@ var $listNav = $('#list-nav'), |
|
|
navHammer,
|
|
|
searching;
|
|
|
|
|
|
$ngc = $($goodsChildren.get(0)),
|
|
|
$pgc = $($goodsChildren.get(1)).addClass('hide'),
|
|
|
$dgc = $($goodsChildren.get(2)).addClass('hide');
|
|
|
$('#today a').text(month + '月' + date + '号');
|
|
|
|
|
|
if ($('.swiper-container .swiper-slide').length > 1) {
|
...
|
...
|
|