diff --git a/src/components/DiyEditor/components/mobile/PromotionPoint/index.vue b/src/components/DiyEditor/components/mobile/PromotionPoint/index.vue index 614980df..4acd93fc 100644 --- a/src/components/DiyEditor/components/mobile/PromotionPoint/index.vue +++ b/src/components/DiyEditor/components/mobile/PromotionPoint/index.vue @@ -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)}元` }}