Skip to content

Commit d9f4336

Browse files
author
puhui999
committed
【功能完善】商城: 完善积分商城装修
1 parent a132f07 commit d9f4336

File tree

1 file changed

+2
-3
lines changed
  • src/components/DiyEditor/components/mobile/PromotionPoint

1 file changed

+2
-3
lines changed

src/components/DiyEditor/components/mobile/PromotionPoint/index.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,8 @@
6767
:style="{ color: property.fields.price.color }"
6868
class="text-16px"
6969
>
70-
{{ spu.point }}积分{{
71-
!spu.pointPrice || spu.pointPrice === 0 ? '' : `+${fenToYuan(spu.pointPrice)}元`
72-
}}
70+
{{ spu.point }}积分
71+
{{ !spu.pointPrice || spu.pointPrice === 0 ? '' : `+${fenToYuan(spu.pointPrice)}元` }}
7372
</span>
7473
<!-- 市场价 -->
7574
<span

0 commit comments

Comments
 (0)