| @@ -309,7 +309,8 @@ var config = { | |||||
| activityList: "/wxActivityJoin/list", | activityList: "/wxActivityJoin/list", | ||||
| //获取未支付的订单 | //获取未支付的订单 | ||||
| getUnPaidOrder: "/order/getUnPaidOrder", | getUnPaidOrder: "/order/getUnPaidOrder", | ||||
| getCouponOrderByPassword:'/couponPassword/getCouponOrderByPassword' | |||||
| getCouponOrderByPassword:'/couponPassword/getCouponOrderByPassword', | |||||
| getbuildingfloorlist:'/wxMallBuilding/getbuildingfloorlist' | |||||
| }, | }, | ||||
| weapp: { | weapp: { | ||||
| AppId: weappId | AppId: weappId | ||||
| @@ -61,6 +61,9 @@ | |||||
| <text class="pri01">{{data.salePriceStr}}</text> | <text class="pri01">{{data.salePriceStr}}</text> | ||||
| <text class='presslimit' wx:if="{{data.type==8}}"><text>{{data.pressLimitNum+'人可砍至底价'}}</text></text> | <text class='presslimit' wx:if="{{data.type==8}}"><text>{{data.pressLimitNum+'人可砍至底价'}}</text></text> | ||||
| <text class='throgh'>{{data.priceStr}}元</text> | <text class='throgh'>{{data.priceStr}}元</text> | ||||
| <text class='rest' wx:if="{{data.autoRefund == 1}}"> | |||||
| <text class='time refound'><text class="use">过期不退款</text></text> | |||||
| </text> | |||||
| </view> | </view> | ||||
| </view> | </view> | ||||
| <view class='rest' wx:if="{{data.validType==2}}">自领取之日起 | <view class='rest' wx:if="{{data.validType==2}}">自领取之日起 | ||||
| @@ -22,6 +22,11 @@ | |||||
| <view class='des-saleprice'>{{data.salePriceStr}}</view> | <view class='des-saleprice'>{{data.salePriceStr}}</view> | ||||
| <view class='yj'>{{data.priceStr}}元</view> | <view class='yj'>{{data.priceStr}}元</view> | ||||
| </view> | </view> | ||||
| <view style="background:#fff;"> | |||||
| <text wx:if="{{data.autoRefund == 1}}"> | |||||
| <text class='time refound'><text class="use">过期不退款</text></text> | |||||
| </text> | |||||
| </view> | |||||
| <view class='rest' wx:if="{{data.validType==1}}"> | <view class='rest' wx:if="{{data.validType==1}}"> | ||||
| <text class='time'>{{data.validStartDate}}至{{data.validEndDate}}<text class="use">(请在有效期内使用)</text></text> | <text class='time'>{{data.validStartDate}}至{{data.validEndDate}}<text class="use">(请在有效期内使用)</text></text> | ||||
| </view> | </view> | ||||
| @@ -1,4 +1,14 @@ | |||||
| /* pages/spellGroup/mySpellGroup/index.wxss */ | /* 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{ | page{ | ||||
| background: #F4F5F9; | background: #F4F5F9; | ||||
| } | } | ||||