|
|
/**
|
|
|
* 产品打包入口
|
|
|
* 商品详情
|
|
|
* @author: liangzhifeng<zhifeng.liang@yoho.cn>
|
|
|
* @date: 2015/10/20
|
|
|
*/
|
...
|
...
|
@@ -18,4 +18,11 @@ goodsSwiper = new Swiper('.banner-swiper', { |
|
|
pagination: '.swiper-pagination',
|
|
|
nextButton: '.swiper-button-next',
|
|
|
prevButton: '.swiper-button-prev'
|
|
|
});
|
|
|
|
|
|
|
|
|
$('#iframe').load(function() {
|
|
|
|
|
|
var mainheight = $(this).contents().find('body').height() + 30;
|
|
|
$(this).height(mainheight);
|
|
|
}); |
|
|
\ No newline at end of file |
...
|
...
|
|