Showing
1 changed file
with
4 additions
and
6 deletions
@@ -20,9 +20,7 @@ goodsSwiper = new Swiper('.banner-swiper', { | @@ -20,9 +20,7 @@ goodsSwiper = new Swiper('.banner-swiper', { | ||
20 | prevButton: '.swiper-button-prev' | 20 | prevButton: '.swiper-button-prev' |
21 | }); | 21 | }); |
22 | 22 | ||
23 | - | ||
24 | -$('#iframe').load(function() { | ||
25 | - | ||
26 | - var mainheight = $(this).contents().find('body').height() + 30; | ||
27 | - $(this).height(mainheight); | ||
28 | -}); | ||
23 | +// $('#iframe').load(function() { | ||
24 | +// var mainheight = $(this).contents().find('body').height() + 30; | ||
25 | +// $(this).height(mainheight); | ||
26 | +// }); |
-
Please register or login to post a comment