...
|
...
|
@@ -883,10 +883,9 @@ function activityPlan() { |
|
|
|
|
|
// 改变店铺+商品组中店铺的高度
|
|
|
function changeShopAndProductHeight() {
|
|
|
$('.shop-product-container').each(function(i) {
|
|
|
$('.shop-product-container').each(function() {
|
|
|
let height = $(this).find('.product-wrapper .feature-product-info').height();
|
|
|
|
|
|
console.log('商铺' + i, height);
|
|
|
$(this).find('.shop-wrapper .feature-shop-info').height(height);
|
|
|
});
|
|
|
}
|
...
|
...
|
|