!98 【功能修复】修复拼团的单买价格

Merge pull request !98 from 卢越/master
This commit is contained in:
芋道源码
2024-09-15 13:15:07 +00:00
committed by Gitee
+1 -1
View File
@@ -54,7 +54,7 @@
<view class="origin-price ss-flex ss-col-center" v-if="state.goodsInfo.price">
单买价:
<view class="origin-price-text">
{{ fen2yuan(state.goodsInfo.price) }}
{{ fen2yuan(state.goodsInfo.marketPrice) }}
</view>
</view>
</view>