Showing
1 changed file
with
1 additions
and
2 deletions
@@ -883,10 +883,9 @@ function activityPlan() { | @@ -883,10 +883,9 @@ function activityPlan() { | ||
883 | 883 | ||
884 | // 改变店铺+商品组中店铺的高度 | 884 | // 改变店铺+商品组中店铺的高度 |
885 | function changeShopAndProductHeight() { | 885 | function changeShopAndProductHeight() { |
886 | - $('.shop-product-container').each(function(i) { | 886 | + $('.shop-product-container').each(function() { |
887 | let height = $(this).find('.product-wrapper .feature-product-info').height(); | 887 | let height = $(this).find('.product-wrapper .feature-product-info').height(); |
888 | 888 | ||
889 | - console.log('商铺' + i, height); | ||
890 | $(this).find('.shop-wrapper .feature-shop-info').height(height); | 889 | $(this).find('.shop-wrapper .feature-shop-info').height(height); |
891 | }); | 890 | }); |
892 | } | 891 | } |
-
Please register or login to post a comment