...
|
...
|
@@ -487,7 +487,7 @@ $(window).ready(function() { |
|
|
|
|
|
multiSwiper && multiSwiper.startAutoplay();
|
|
|
|
|
|
//$('#scroller').trigger('scroll');
|
|
|
// $('#scroller').trigger('scroll');
|
|
|
scrollHandler.bind(this)();
|
|
|
});
|
|
|
lazyLoad($('img.lazy'));
|
...
|
...
|
@@ -730,7 +730,7 @@ $subNav.on('touchend touchcancel', function(e) { |
|
|
}
|
|
|
} else {
|
|
|
|
|
|
filter.hideFilter();//隐藏面板
|
|
|
filter.hideFilter();// 隐藏面板
|
|
|
|
|
|
if ($this.hasClass('new')) {
|
|
|
cname = '.new';
|
...
|
...
|
@@ -912,9 +912,9 @@ $collect.on('touchstart', function() { |
|
|
opt: opt,
|
|
|
type: 'shop'
|
|
|
},
|
|
|
xhrFields: {
|
|
|
withCredentials: true
|
|
|
},
|
|
|
xhrFields: {
|
|
|
withCredentials: true
|
|
|
},
|
|
|
success: function(data) {
|
|
|
var url = '';
|
|
|
|
...
|
...
|
|