Authored by 梁志锋

update

... ... @@ -20,9 +20,7 @@ goodsSwiper = new Swiper('.banner-swiper', {
prevButton: '.swiper-button-prev'
});
$('#iframe').load(function() {
var mainheight = $(this).contents().find('body').height() + 30;
$(this).height(mainheight);
});
\ No newline at end of file
// $('#iframe').load(function() {
// var mainheight = $(this).contents().find('body').height() + 30;
// $(this).height(mainheight);
// });
\ No newline at end of file
... ...