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}}