Commit d9f43367 by puhui999

【功能完善】商城: 完善积分商城装修

parent a132f07d
......@@ -67,9 +67,8 @@
:style="{ color: property.fields.price.color }"
class="text-16px"
>
{{ spu.point }}积分{{
!spu.pointPrice || spu.pointPrice === 0 ? '' : `+${fenToYuan(spu.pointPrice)}元`
}}
{{ spu.point }}积分
{{ !spu.pointPrice || spu.pointPrice === 0 ? '' : `+${fenToYuan(spu.pointPrice)}元` }}
</span>
<!-- 市场价 -->
<span
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment