...
|
...
|
@@ -13,9 +13,7 @@ require('scss/feature.scss'); |
|
|
let isAndroid = /(Android)/i.test(navigator.userAgent);
|
|
|
let isWechat = /micromessenger/i.test(navigator.userAgent);
|
|
|
|
|
|
lazyLoad($('img.lazy'), {
|
|
|
q: 85
|
|
|
});
|
|
|
|
|
|
|
|
|
function swiperInit() {
|
|
|
$('.swiper-container').each(function() {
|
...
|
...
|
@@ -1123,4 +1121,8 @@ $(function() { |
|
|
if (yoho.isApp) {
|
|
|
require('./feature/goods-show-yas-rpter');
|
|
|
}
|
|
|
|
|
|
lazyLoad($('img.lazy'), {
|
|
|
q: 85
|
|
|
});
|
|
|
}); |
...
|
...
|
|