From 951a52d37b4fc21942a1daae92d6606a60a73fab Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sun, 1 Dec 2024 18:19:12 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BB=A3=E7=A0=81=E8=AF=84=E5=AE=A1?= =?UTF-8?q?=E3=80=91=E7=A7=AF=E5=88=86=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/goods/point.vue | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/pages/goods/point.vue b/pages/goods/point.vue index 475fddf..7709f1a 100644 --- a/pages/goods/point.vue +++ b/pages/goods/point.vue @@ -7,7 +7,10 @@ {{ getShowPrice.point }} - {{ !getShowPrice.price || getShowPrice.price === 0 ? '' : `+¥${getShowPrice.price}` }} + {{ + !getShowPrice.price || getShowPrice.price === 0 ? '' : `+¥${getShowPrice.price}` + }} @@ -87,21 +92,19 @@