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] =?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=E6=B4=BB=E5=8A=A8=E9=80=89=E6=8B=A9?=
=?UTF-8?q?=E5=95=86=E5=93=81=E4=BB=B7=E6=A0=BC=E6=98=BE=E7=A4=BA=E4=B8=8D?=
=?UTF-8?q?=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 2b881a46e..e34c678d9 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 @@