From fac22f8da7bb042e2a6fa805898b4c702fd1d0f4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=8D=A2=E8=B6=8A?= <552369664@qq.com>
Date: Tue, 27 Aug 2024 11:22:52 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E3=80=90=E5=8A=9F=E8=83=BD=E4=BF=AE?=
=?UTF-8?q?=E5=A4=8D=E3=80=91=E5=95=86=E5=9F=8E=E6=B4=BB=E5=8A=A8=E9=80=89?=
=?UTF-8?q?=E6=8B=A9=E5=95=86=E5=93=81=E4=BB=B7=E6=A0=BC=E6=98=BE=E7=A4=BA?=
=?UTF-8?q?=E4=B8=8D=E6=AD=A3=E7=A1=AE=E7=9A=84=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../mall/product/spu/components/SkuList.vue | 18 +++++++++---------
.../promotion/components/SpuAndSkuList.vue | 4 ++--
.../kefu/components/message/ProductItem.vue | 1 -
3 files changed, 11 insertions(+), 12 deletions(-)
diff --git a/src/views/mall/product/spu/components/SkuList.vue b/src/views/mall/product/spu/components/SkuList.vue
index 2b881a46..e34c678d 100644
--- a/src/views/mall/product/spu/components/SkuList.vue
+++ b/src/views/mall/product/spu/components/SkuList.vue
@@ -180,17 +180,17 @@
- {{ row.price }}
+ {{ fenToYuan(row.price) }}
- {{ row.marketPrice }}
+ {{ fenToYuan(row.marketPrice) }}
- {{ row.costPrice }}
+ {{ fenToYuan(row.costPrice) }}
@@ -211,12 +211,12 @@
- {{ row.firstBrokeragePrice }}
+ {{ fenToYuan(row.firstBrokeragePrice) }}
- {{ row.secondBrokeragePrice }}
+ {{ fenToYuan(row.secondBrokeragePrice) }}
@@ -260,17 +260,17 @@
- {{ row.price }}
+ {{ fenToYuan(row.price) }}
- {{ row.marketPrice }}
+ {{ fenToYuan(row.marketPrice) }}
- {{ row.costPrice }}
+ {{ fenToYuan(row.costPrice) }}
@@ -284,7 +284,7 @@
--
Gitee
From 4374bb6e57ae952b7265ba86c43daa28b1e96f79 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=8D=A2=E8=B6=8A?= <552369664@qq.com>
Date: Tue, 27 Aug 2024 11:48:54 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E3=80=90=E5=8A=9F=E8=83=BD=E4=BC=98?=
=?UTF-8?q?=E5=8C=96=E3=80=91=E5=95=86=E5=9F=8E=E4=BC=98=E6=83=A0=E5=88=B8?=
=?UTF-8?q?=E8=AF=B4=E6=98=8E?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../mall/promotion/coupon/template/CouponTemplateForm.vue | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/mall/promotion/coupon/template/CouponTemplateForm.vue b/src/views/mall/promotion/coupon/template/CouponTemplateForm.vue
index 6dfc3ce3..c6b63989 100644
--- a/src/views/mall/promotion/coupon/template/CouponTemplateForm.vue
+++ b/src/views/mall/promotion/coupon/template/CouponTemplateForm.vue
@@ -172,7 +172,7 @@
/>
天有效
-
+
--
Gitee