diff --git a/pages/coupon/detail/index.wxml b/pages/coupon/detail/index.wxml
index c7acc60..ea14896 100644
--- a/pages/coupon/detail/index.wxml
+++ b/pages/coupon/detail/index.wxml
@@ -36,6 +36,9 @@
元
{{data.priceStr}}元
{{data.priceStr}}小时
+
+ 过期不退款
+
可砍至
{{data.salePriceStr}}元
@@ -52,6 +55,7 @@
当次有效
+
使用条件:
满{{data.usePriceStr}}元可用
@@ -59,7 +63,6 @@
限购条件:
每人{{data.useLimitQuantity}}张
- (过期作废)
diff --git a/pages/coupon/detail/index.wxss b/pages/coupon/detail/index.wxss
index f4fa8fe..e0a5a88 100644
--- a/pages/coupon/detail/index.wxss
+++ b/pages/coupon/detail/index.wxss
@@ -21,7 +21,14 @@ button::after{ border: none; }
width: 100%;
height: 100%;
}
-
+.refound{
+ border:1rpx solid red;
+ padding:3rpx 0;
+ display:block;
+ width:130rpx;
+ text-align:center;
+ margin-left: 14rpx;
+}
.coupons_info {
width: 92%;
padding: 0 4%;
@@ -133,6 +140,7 @@ button::after{ border: none; }
}
.use{
color: #ff4949;
+ margin-left: 10rpx;
}
.salePriceStr .yuan {
font-size: 24rpx;
diff --git a/pages/couponorder/detail/index.wxml b/pages/couponorder/detail/index.wxml
index cdefa7e..4b7f90c 100644
--- a/pages/couponorder/detail/index.wxml
+++ b/pages/couponorder/detail/index.wxml
@@ -11,8 +11,9 @@
¥{{data.salePrice/100}}
¥{{data.salePrice/100}}
¥{{data.price/100}}
- 满{{data.usePrice/100}}元可用
- 仅限本店使用
+
+ 过期不退款
+
@@ -26,9 +27,8 @@
至
{{validEndDate}}
-
- 过期作废
-
+ 满{{data.usePrice/100}}元可用
+ 仅限本店使用
diff --git a/pages/couponorder/detail/index.wxss b/pages/couponorder/detail/index.wxss
index dbcd96e..89c7f71 100644
--- a/pages/couponorder/detail/index.wxss
+++ b/pages/couponorder/detail/index.wxss
@@ -152,7 +152,6 @@ page {
.money text {
color: red;
- font-size: 36rpx;
}
.money del {
@@ -340,8 +339,9 @@ page {
.manjian {
margin-left: 26rpx;
- color: #666 !important;
+ color: #999!important;
font-size: 26rpx !important;
+ text-align: center;
}
.moneys {
@@ -363,6 +363,9 @@ page {
height: 140rpx;
}
.refund{
- text-align: center;
- font-size: 26rpx;
+ display: inline-block;
+ font-size: 26rpx!important;
+ color: red!important;
+ border: 1px solid red;
+ padding: 3rpx;
}
\ No newline at end of file
diff --git a/pages/couponorder/index/index.wxml b/pages/couponorder/index/index.wxml
index 4617ad9..3c54653 100644
--- a/pages/couponorder/index/index.wxml
+++ b/pages/couponorder/index/index.wxml
@@ -37,7 +37,7 @@
{{item.expiredTime}}
- 过期作废
+ 过期不退款