From d9f433671754c3498a7bb99f841cc7ff336a200e Mon Sep 17 00:00:00 2001 From: puhui999 Date: Sat, 28 Sep 2024 14:02:13 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=8A=9F=E8=83=BD=E5=AE=8C=E5=96=84?= =?UTF-8?q?=E3=80=91=E5=95=86=E5=9F=8E:=20=E5=AE=8C=E5=96=84=E7=A7=AF?= =?UTF-8?q?=E5=88=86=E5=95=86=E5=9F=8E=E8=A3=85=E4=BF=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DiyEditor/components/mobile/PromotionPoint/index.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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)}元` }}