diff --git a/config/config.js b/config/config.js
index 19a00f8..e87a885 100755
--- a/config/config.js
+++ b/config/config.js
@@ -309,7 +309,8 @@ var config = {
activityList: "/wxActivityJoin/list",
//获取未支付的订单
getUnPaidOrder: "/order/getUnPaidOrder",
- getCouponOrderByPassword:'/couponPassword/getCouponOrderByPassword'
+ getCouponOrderByPassword:'/couponPassword/getCouponOrderByPassword',
+ getbuildingfloorlist:'/wxMallBuilding/getbuildingfloorlist'
},
weapp: {
AppId: weappId
diff --git a/pages/coupon/detail/index.wxml b/pages/coupon/detail/index.wxml
index 560e23f..baab053 100644
--- a/pages/coupon/detail/index.wxml
+++ b/pages/coupon/detail/index.wxml
@@ -61,6 +61,9 @@
{{data.salePriceStr}}
{{data.pressLimitNum+'人可砍至底价'}}
{{data.priceStr}}元
+
+ 过期不退款
+
自领取之日起
diff --git a/pages/spellGroup/mySpellGroup/index.wxml b/pages/spellGroup/mySpellGroup/index.wxml
index a784ef2..9ae4e7c 100644
--- a/pages/spellGroup/mySpellGroup/index.wxml
+++ b/pages/spellGroup/mySpellGroup/index.wxml
@@ -22,6 +22,11 @@
{{data.salePriceStr}}
{{data.priceStr}}元
+
+
+ 过期不退款
+
+
{{data.validStartDate}}至{{data.validEndDate}}(请在有效期内使用)
diff --git a/pages/spellGroup/mySpellGroup/index.wxss b/pages/spellGroup/mySpellGroup/index.wxss
index 07277c8..6ca5bf9 100644
--- a/pages/spellGroup/mySpellGroup/index.wxss
+++ b/pages/spellGroup/mySpellGroup/index.wxss
@@ -1,4 +1,14 @@
/* pages/spellGroup/mySpellGroup/index.wxss */
+
+.refound {
+ border: 1rpx solid red;
+ padding: 3rpx 0;
+ display: block;
+ width: 130rpx;
+ text-align: center;
+ margin-left: 26rpx;
+ color: red!important;
+}
page{
background: #F4F5F9;
}