Fix(商品详情):[#1842]隐藏销量

This commit is contained in:
lifizer
2024-06-21 17:30:36 +08:00
parent 57341a6bb5
commit f956c5a74c
+1 -1
View File
@@ -142,7 +142,7 @@
<view class="label acea-row row-middle row-around" style="color: #666666;flex-wrap: nowrap;">
<text>库存:{{ dayInfo.stock }}{{ dayInfo.unitName }}</text>
<text v-if="tempName">{{ tempName }}</text>
<text>销量:{{ dayInfo.sales }}{{ dayInfo.unitName }}</text>
<!-- <text>销量:{{ dayInfo.sales }}{{ dayInfo.unitName }}</text> -->
</view>
</view>