From c4fda86747df78858e9238f370e59f3f7306b436 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Tue, 3 Sep 2024 15:31:15 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=8A=9F=E8=83=BD=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E3=80=91=E5=95=86=E5=9F=8E=EF=BC=9A=E5=BA=97=E9=93=BA=E8=A3=85?= =?UTF-8?q?=E4=BF=AE=E7=9A=84=E4=BB=B7=E6=A0=BC=E5=B1=95=E7=A4=BA=EF=BC=8C?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=20/=20100=20=E5=9C=A8=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=90=8E=E5=8F=B0=E7=9A=84=E9=A2=84=E8=A7=88=E6=97=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DiyEditor/components/mobile/ProductCard/index.vue | 7 ++++--- .../DiyEditor/components/mobile/ProductList/index.vue | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/components/DiyEditor/components/mobile/ProductCard/index.vue b/src/components/DiyEditor/components/mobile/ProductCard/index.vue index f05d4fa9..78ad84f3 100644 --- a/src/components/DiyEditor/components/mobile/ProductCard/index.vue +++ b/src/components/DiyEditor/components/mobile/ProductCard/index.vue @@ -67,15 +67,15 @@ class="text-16px" :style="{ color: property.fields.price.color }" > - ¥{{ spu.price }} + ¥{{ fenToYuan(spu.price) }} ¥{{ spu.marketPrice }} + >¥{{ fenToYuan(spu.marketPrice) }} +
@@ -117,6 +117,7 @@