显示价格修改

master
chc 2022-10-20 10:03:58 +08:00
parent adf4e106d8
commit 9b5e2ec7f0
1 changed files with 2 additions and 2 deletions

View File

@ -147,9 +147,9 @@
<p class="goods-prices"> <p class="goods-prices">
<span></span> <span></span>
<span class="goods-price">{{ <span class="goods-price">{{
$options.filters.goodsFormatPrice(val.goodsSku.price)[0] $options.filters.goodsFormatPrice(val.purchasePrice)[0]
}}</span> }}</span>
<span>.{{ $options.filters.goodsFormatPrice(val.goodsSku.price)[1] }}</span> <span>.{{ $options.filters.goodsFormatPrice(val.purchasePrice)[1] }}</span>
</p> </p>
</div> </div>
</div> </div>