Commit c06ebf92 authored by liwenhong's avatar liwenhong

fix:售空不展示抢光了逻辑

parent e172ecfc
......@@ -94,8 +94,8 @@
<p class="price">
<span class="nowPrice">{{ `¥${goodsItem.price}` }}</span>
<span class="originPrice">{{ `¥${goodsItem.original_price} ` }}</span>
<span class="sold" v-if="goodsItem.inventory_rest == 0">抢光了</span>
<span class="sold" v-else>已售{{ goodsItem.all_have_buy_goods_count }}</span>
<!-- <span class="sold" v-if="goodsItem.inventory_rest == 0">抢光了</span> -->
<span class="sold">已售{{ goodsItem.all_have_buy_goods_count }}</span>
</p>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment