From 9b750693c6a92d0d017d62d782cefe504b57e622 Mon Sep 17 00:00:00 2001 From: meo <18801474720@163.com> Date: Fri, 20 Sep 2019 11:18:42 +0800 Subject: [PATCH] =?UTF-8?q?[=E7=A0=8D=E4=BB=B7=E6=8B=BC=E5=9B=A2][?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0]:[=E4=BC=98=E5=8C=96=E7=A0=8D=E4=BB=B7?= =?UTF-8?q?=E6=8B=BC=E5=9B=A2=E4=B8=8D=E9=80=80=E6=AC=BE-=E9=9C=80?= =?UTF-8?q?=E8=A6=81=E6=B7=BB=E5=8A=A0=E6=A0=87=E8=AF=86=E5=9B=BE]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.js | 3 ++- pages/coupon/detail/index.wxml | 3 +++ pages/spellGroup/mySpellGroup/index.wxml | 5 +++++ pages/spellGroup/mySpellGroup/index.wxss | 10 ++++++++++ 4 files changed, 20 insertions(+), 1 deletion(-) 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; }