修改发现的 商品搜索已售问题

This commit is contained in:
lemon橪
2021-09-18 09:59:47 +08:00
parent dadce33d74
commit afabfdd1d5
2 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@
<div>{{ item.content.price | unitPrice }}</div>
</div>
<view class="buyCount">
<div>已售 {{ item.buyCount || "0" }}</div>
<div>已售 {{ item.content.buyCount || "0" }}</div>
</view>
</view>
</div>