From 56e008ff8d048007e83d980a998489d0e1bbe120 Mon Sep 17 00:00:00 2001 From: laijiahua Date: Sat, 29 Sep 2018 19:44:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=B7=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/home.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/view/home.vue b/src/view/home.vue index ffee6bc..cb9846f 100644 --- a/src/view/home.vue +++ b/src/view/home.vue @@ -72,8 +72,9 @@
{{item1.shortDesc}}
{{toJSON(item1.smallLabel)}}
- {{item1.originalPrice ? item1.originalPrice/100:item1.price/100}} - ¥{{ item1.price/100}} + + {{item1.price ? item1.price/100:item1.originalPrice/100}} + ¥{{ item1.originalPrice/100}} 立即购买
@@ -459,7 +460,7 @@ position: absolute; bottom: 0; } -.home .page-content .new-card .card-list li .right .btn-box .original-price { +.home .page-content .new-card .card-list li .right .btn-box .price { color: #249E6C; } .home .page-content .new-card .card-list li .right .btn-box span em { @@ -467,7 +468,7 @@ font-weight:600; font-style: normal; } -.home .page-content .new-card .card-list li .right .btn-box .price em { +.home .page-content .new-card .card-list li .right .btn-box .original-price em { font-size: 0.24rem; text-decoration:line-through ; font-weight: normal;