Authored by 郭成尧

'fav-cors'

@@ -487,7 +487,7 @@ $(window).ready(function() { @@ -487,7 +487,7 @@ $(window).ready(function() {
487 487
488 multiSwiper && multiSwiper.startAutoplay(); 488 multiSwiper && multiSwiper.startAutoplay();
489 489
490 - //$('#scroller').trigger('scroll'); 490 + // $('#scroller').trigger('scroll');
491 scrollHandler.bind(this)(); 491 scrollHandler.bind(this)();
492 }); 492 });
493 lazyLoad($('img.lazy')); 493 lazyLoad($('img.lazy'));
@@ -730,7 +730,7 @@ $subNav.on('touchend touchcancel', function(e) { @@ -730,7 +730,7 @@ $subNav.on('touchend touchcancel', function(e) {
730 } 730 }
731 } else { 731 } else {
732 732
733 - filter.hideFilter();//隐藏面板 733 + filter.hideFilter();// 隐藏面板
734 734
735 if ($this.hasClass('new')) { 735 if ($this.hasClass('new')) {
736 cname = '.new'; 736 cname = '.new';
@@ -912,9 +912,9 @@ $collect.on('touchstart', function() { @@ -912,9 +912,9 @@ $collect.on('touchstart', function() {
912 opt: opt, 912 opt: opt,
913 type: 'shop' 913 type: 'shop'
914 }, 914 },
915 - xhrFields: {  
916 - withCredentials: true  
917 - }, 915 + xhrFields: {
  916 + withCredentials: true
  917 +},
918 success: function(data) { 918 success: function(data) {
919 var url = ''; 919 var url = '';
920 920