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;