This commit is contained in:
魏啾
2024-08-03 17:52:25 +08:00
3 changed files with 9 additions and 8 deletions

View File

@@ -49,9 +49,9 @@
<view class="panelfiveitemthere flex-start">
<text>招牌</text>
</view>
<view class="panelfiveitemfour">
<!-- <view class="panelfiveitemfour">
{{item.shortTitle?item.shortTitle:''}}
</view>
</view> -->
<view class="panelfiveitemfive">
月售{{item.stockNumber}}
</view>
@@ -256,7 +256,7 @@
<!-- 规格 -->
<u-popup :show="showShopsku" :round="20" mode="bottom" @close="showShopsku = false;pagemetashow=false"
:safeAreaInsetBottom='false'>
<view class="shop_sku" :style="{ 'max-height':scrollHeight + 'px' }">
<view class="shop_sku" :style="{ 'max-height': (scrollHeight-100)+'px' }">
<view class="positionabsolute">
<u-icon name="close-circle" @click="showShopsku = false;pagemetashow=false" color="#000" size="50"></u-icon>
</view>
@@ -639,6 +639,8 @@
this.cartLists.data.forEach((v, e) => {
this.cartLists_count += v.number;
})
} else {
this.cartLists_count = 0;
}
},
/**