fix:修复分类里面商品销量通过字段去判断显示
This commit is contained in:
parent
812abdfea3
commit
3c09cca6f4
@ -298,7 +298,7 @@
|
||||
</view>
|
||||
|
||||
<view class="goods_item">
|
||||
<view class="num">
|
||||
<view class="num" v-if="(plantformInfo.config.product_salenum_flag && item.SaleNum>0)">
|
||||
<text>{{ __("已售") }}</text>
|
||||
<label style="color: #db384c; margin: 0 5px"
|
||||
>{{ item.product_sale_num }}</label
|
||||
|
||||
Loading…
Reference in New Issue
Block a user