From 708c666f7053d2dbc875909d9cfc474d782ca1b7 Mon Sep 17 00:00:00 2001
From: yangjie <812952667@qq.com>
Date: Mon, 9 Aug 2021 09:54:37 +0800
Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/goods/goods.vue | 4 ++--
pages/tabBar/home/home.vue | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pages/goods/goods.vue b/pages/goods/goods.vue
index 538c20b..c75fb9a 100644
--- a/pages/goods/goods.vue
+++ b/pages/goods/goods.vue
@@ -40,12 +40,12 @@
- {{goodsData[0].discountPrice}}
+ {{goodsData[0].discountPrice *100}}
门市参考价:
{{goodsData[0].salesPrice}}
+ style="text-decoration: line-through;">{{goodsData[0].salesPrice *100}}
限购{{goodsData[0].limitNumber}}件
diff --git a/pages/tabBar/home/home.vue b/pages/tabBar/home/home.vue
index fb28f70..89ce8a8 100644
--- a/pages/tabBar/home/home.vue
+++ b/pages/tabBar/home/home.vue
@@ -90,7 +90,7 @@
{{item.couponName}}
- {{ item.discountPrice}}
+ {{ item.discountPrice*100}}