diff --git a/src/views/mall/product/spu/components/SkuList.vue b/src/views/mall/product/spu/components/SkuList.vue
index 25475cf8cde7c0d2ad64770146f3e4d403741c62..9a237495c1ccda660222fdcfbc8aba0bc78b368b 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 }}