Commit 222938af authored by v-yuchenglong's avatar v-yuchenglong

update:商品详情已售数量修改

parent 79f55c58
...@@ -100,8 +100,8 @@ ...@@ -100,8 +100,8 @@
<span class="originPrice">{{ <span class="originPrice">{{
`¥${goodsItem.original_price} ` `¥${goodsItem.original_price} `
}}</span> }}</span>
<span class="sold" <span class="sold" v-if="goodsItem.inventory_rest==0">抢光了</span>
>已售{{ goodsItem.all_have_buy_goods_count }}</span <span class="sold" v-else>已售{{ goodsItem.all_have_buy_goods_count }}</span
> >
</p> </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