【功能修复】修复拼团的单买价格
parent
9521d4b557
commit
b2d030f96b
|
@ -54,7 +54,7 @@
|
||||||
<view class="origin-price ss-flex ss-col-center" v-if="state.goodsInfo.price">
|
<view class="origin-price ss-flex ss-col-center" v-if="state.goodsInfo.price">
|
||||||
单买价:
|
单买价:
|
||||||
<view class="origin-price-text">
|
<view class="origin-price-text">
|
||||||
{{ fen2yuan(state.goodsInfo.price) }}
|
{{ fen2yuan(state.goodsInfo.marketPrice) }}
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
Loading…
Reference in New Issue