mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-06-19 14:52:00 +08:00
【功能完善】商城: 完善积分商城装修
This commit is contained in:
parent
a132f07d04
commit
d9f4336717
@ -67,9 +67,8 @@
|
|||||||
:style="{ color: property.fields.price.color }"
|
:style="{ color: property.fields.price.color }"
|
||||||
class="text-16px"
|
class="text-16px"
|
||||||
>
|
>
|
||||||
{{ spu.point }}积分{{
|
{{ spu.point }}积分
|
||||||
!spu.pointPrice || spu.pointPrice === 0 ? '' : `+${fenToYuan(spu.pointPrice)}元`
|
{{ !spu.pointPrice || spu.pointPrice === 0 ? '' : `+${fenToYuan(spu.pointPrice)}元` }}
|
||||||
}}
|
|
||||||
</span>
|
</span>
|
||||||
<!-- 市场价 -->
|
<!-- 市场价 -->
|
||||||
<span
|
<span
|
||||||
|
Loading…
x
Reference in New Issue
Block a user