3
0
Fork 0

fix(index): bug-52 隐藏累计销量

This commit is contained in:
woody 2025-04-28 11:41:31 +08:00
parent aaeb240673
commit 449015c33e
1 changed files with 3 additions and 2 deletions

View File

@ -106,7 +106,7 @@
<view class="padding_s goods-info">
<view class="goods-name">{{ item.waresName }}</view>
<view class="goods-sales-wrapper">
<view class="goods-sales">累计销量{{ formatSales(item.sales) }}</view>
<!-- <view class="goods-sales">累计销量{{ formatSales(item.sales) }}</view> -->
<view
class="goods-price"
v-if="item.specialArea == 31 && userInfo.isMakerSpace == 1"
@ -775,7 +775,8 @@ header {
display: flex;
flex: 1;
flex-direction: column;
justify-content: space-between;
justify-content: flex-end;
.goods-sales {
font-size: 24rpx;
color: #999;