diff --git a/pages/goods/refuel-confirm/refuel-confirm.vue b/pages/goods/refuel-confirm/refuel-confirm.vue index 3a52bbb..42d0474 100644 --- a/pages/goods/refuel-confirm/refuel-confirm.vue +++ b/pages/goods/refuel-confirm/refuel-confirm.vue @@ -203,25 +203,25 @@ 优惠券选择 - + @click="radioChanges(items,items)"> + - {{items.highDiscount.discountName}} + {{items.discountName}} - 有效期:{{items.highDiscount.salesEndTime | timeFormat('yyyy-mm-dd hh:mm:ss')}} + 有效期:{{items.salesEndTime | timeFormat('yyyy-mm-dd hh:mm:ss')}} - diff --git a/pages/order/confirmation.vue b/pages/order/confirmation.vue index 354577b..d5ba8c4 100644 --- a/pages/order/confirmation.vue +++ b/pages/order/confirmation.vue @@ -169,12 +169,12 @@ 优惠券选择 - + - {{items.highDiscount.discountName}} + {{items.discountName}} 有效期至:{{items.useEndTime | formatDate('-')}} diff --git a/pages/tabBar/home/home.vue b/pages/tabBar/home/home.vue index 08f794c..326c828 100644 --- a/pages/tabBar/home/home.vue +++ b/pages/tabBar/home/home.vue @@ -31,7 +31,7 @@ - + @@ -112,8 +112,8 @@ 更多 - - + + {{goods.couponName}} {{goods.salesEndTime | timeFormat('yyyy-mm-dd hh:mm:ss')}} @@ -121,8 +121,8 @@ - - + + {{goods.title}} {{goods.effectiveTiem | timeFormat('yyyy-mm-dd hh:mm:ss')}} @@ -952,7 +952,6 @@ width: 31%; margin-right: auto; margin-left: auto; - border-radius: 10px 10px 0px 0px; padding-bottom: 10px; }