...
|
...
|
@@ -16,6 +16,8 @@ require('./detail/desc'); |
|
|
// 喂你优选
|
|
|
require('./detail/recommend-for-you-product-desc');
|
|
|
|
|
|
window.rePosFooter && window.rePosFooter();
|
|
|
|
|
|
setTimeout(() => {
|
|
|
var Swiper = require('yoho-swiper');
|
|
|
|
...
|
...
|
@@ -175,6 +177,8 @@ setTimeout(() => { |
|
|
});
|
|
|
}
|
|
|
});
|
|
|
|
|
|
window.rePosFooter && window.rePosFooter();
|
|
|
}
|
|
|
});
|
|
|
}, 150);
|
...
|
...
|
@@ -274,6 +278,7 @@ setTimeout(() => { |
|
|
require('./detail/comments-consults');
|
|
|
require('./detail/consultform'); // TODO
|
|
|
promotionInit();
|
|
|
window.rePosFooter && window.rePosFooter();
|
|
|
});
|
|
|
}, 200);
|
|
|
}(productSkn, productId, brandId)); |
...
|
...
|
|