From 8f42a5e3b57bea3cd128c4059b85637e479b925a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=B2=B3=E7=90=B3=E7=BA=A2?= <1921957171@qq.com>
Date: Tue, 10 Sep 2024 16:59:21 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=A6=E6=83=85=E4=BB=B7?=
=?UTF-8?q?=E6=A0=BC=E5=B1=95=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/mall/product/spu/components/SkuList.vue | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/mall/product/spu/components/SkuList.vue b/src/views/mall/product/spu/components/SkuList.vue
index 25475cf8c..9a237495c 100644
--- a/src/views/mall/product/spu/components/SkuList.vue
+++ b/src/views/mall/product/spu/components/SkuList.vue
@@ -180,17 +180,17 @@
- {{ formatToFraction(row.price) }}
+ {{ row.price }}
- {{ formatToFraction(row.marketPrice) }}
+ {{ row.marketPrice }}
- {{ formatToFraction(row.costPrice) }}
+ {{ row.costPrice }}