|
@@ -77,7 +77,7 @@ $('.coupon-floor a, .banner-top a').on('click', function() { |
|
@@ -77,7 +77,7 @@ $('.coupon-floor a, .banner-top a').on('click', function() { |
77
|
}
|
77
|
}
|
78
|
});
|
78
|
});
|
79
|
|
79
|
|
80
|
-if ($('.banner-swiper').find('li').size() > 1) {
|
80
|
+if ($('.banner-swiper').find('li').length > 1) {
|
81
|
bannerSwiper = new Swiper('.banner-swiper', {
|
81
|
bannerSwiper = new Swiper('.banner-swiper', {
|
82
|
lazyLoading: true,
|
82
|
lazyLoading: true,
|
83
|
lazyLoadingInPrevNext: true,
|
83
|
lazyLoadingInPrevNext: true,
|
|
@@ -102,3 +102,8 @@ if ($('#noData').length > 0) { |
|
@@ -102,3 +102,8 @@ if ($('#noData').length > 0) { |
102
|
}
|
102
|
}
|
103
|
}
|
103
|
}
|
104
|
|
104
|
|
|
|
105
|
+$mask.on('click',function () {s
|
|
|
106
|
+ $mask.hide();
|
|
|
107
|
+ $message.hide();
|
|
|
108
|
+});
|
|
|
109
|
+ |