Showing
1 changed file
with
5 additions
and
0 deletions
@@ -16,6 +16,8 @@ require('./detail/desc'); | @@ -16,6 +16,8 @@ require('./detail/desc'); | ||
16 | // 喂你优选 | 16 | // 喂你优选 |
17 | require('./detail/recommend-for-you-product-desc'); | 17 | require('./detail/recommend-for-you-product-desc'); |
18 | 18 | ||
19 | +window.rePosFooter && window.rePosFooter(); | ||
20 | + | ||
19 | setTimeout(() => { | 21 | setTimeout(() => { |
20 | var Swiper = require('yoho-swiper'); | 22 | var Swiper = require('yoho-swiper'); |
21 | 23 | ||
@@ -175,6 +177,8 @@ setTimeout(() => { | @@ -175,6 +177,8 @@ setTimeout(() => { | ||
175 | }); | 177 | }); |
176 | } | 178 | } |
177 | }); | 179 | }); |
180 | + | ||
181 | + window.rePosFooter && window.rePosFooter(); | ||
178 | } | 182 | } |
179 | }); | 183 | }); |
180 | }, 150); | 184 | }, 150); |
@@ -274,6 +278,7 @@ setTimeout(() => { | @@ -274,6 +278,7 @@ setTimeout(() => { | ||
274 | require('./detail/comments-consults'); | 278 | require('./detail/comments-consults'); |
275 | require('./detail/consultform'); // TODO | 279 | require('./detail/consultform'); // TODO |
276 | promotionInit(); | 280 | promotionInit(); |
281 | + window.rePosFooter && window.rePosFooter(); | ||
277 | }); | 282 | }); |
278 | }, 200); | 283 | }, 200); |
279 | }(productSkn, productId, brandId)); | 284 | }(productSkn, productId, brandId)); |
-
Please register or login to post a comment