@@ -36,6 +36,9 @@ | |||||
<text class="yuan">元</text> | <text class="yuan">元</text> | ||||
<text class='throgh' wx:if="{{data.unit==0}}">{{data.priceStr}}元</text> | <text class='throgh' wx:if="{{data.unit==0}}">{{data.priceStr}}元</text> | ||||
<text wx:if="{{data.unit==1}}">{{data.priceStr}}小时</text> | <text wx:if="{{data.unit==1}}">{{data.priceStr}}小时</text> | ||||
<text class='rest' wx:if="{{data.autoRefund == 1}}"> | |||||
<text class='time refound'><text class="use">过期不退款</text></text> | |||||
</text> | |||||
</view> | </view> | ||||
<view class="fl" wx:if="{{data.type==8}}">可砍至 | <view class="fl" wx:if="{{data.type==8}}">可砍至 | ||||
<text class="pri01">{{data.salePriceStr}}</text>元 | <text class="pri01">{{data.salePriceStr}}</text>元 | ||||
@@ -52,6 +55,7 @@ | |||||
<view class='rest' wx:if="{{data.type==5}}"> | <view class='rest' wx:if="{{data.type==5}}"> | ||||
<text class='time'>当次有效</text> | <text class='time'>当次有效</text> | ||||
</view> | </view> | ||||
<view class='rest' wx:if="{{data.type==1}}"> | <view class='rest' wx:if="{{data.type==1}}"> | ||||
<text class='txt01'>使用条件:</text> | <text class='txt01'>使用条件:</text> | ||||
<text class='time'>满{{data.usePriceStr}}元可用</text> | <text class='time'>满{{data.usePriceStr}}元可用</text> | ||||
@@ -59,7 +63,6 @@ | |||||
<view class='rest'> | <view class='rest'> | ||||
<text class='txt01'>限购条件:</text> | <text class='txt01'>限购条件:</text> | ||||
<text class='time'>每人{{data.useLimitQuantity}}张</text> | <text class='time'>每人{{data.useLimitQuantity}}张</text> | ||||
<text class='times' style='margin-left:10rpx;' wx:if="{{data.autoRefund == 1}}">(过期作废)</text> | |||||
</view> | </view> | ||||
</view> | </view> | ||||
</view> | </view> | ||||
@@ -21,7 +21,14 @@ button::after{ border: none; } | |||||
width: 100%; | width: 100%; | ||||
height: 100%; | height: 100%; | ||||
} | } | ||||
.refound{ | |||||
border:1rpx solid red; | |||||
padding:3rpx 0; | |||||
display:block; | |||||
width:130rpx; | |||||
text-align:center; | |||||
margin-left: 14rpx; | |||||
} | |||||
.coupons_info { | .coupons_info { | ||||
width: 92%; | width: 92%; | ||||
padding: 0 4%; | padding: 0 4%; | ||||
@@ -133,6 +140,7 @@ button::after{ border: none; } | |||||
} | } | ||||
.use{ | .use{ | ||||
color: #ff4949; | color: #ff4949; | ||||
margin-left: 10rpx; | |||||
} | } | ||||
.salePriceStr .yuan { | .salePriceStr .yuan { | ||||
font-size: 24rpx; | font-size: 24rpx; | ||||
@@ -11,8 +11,9 @@ | |||||
<text wx:if="{{data.type == 8&&data.price != data.couponPrice}}">¥{{data.salePrice/100}}</text> | <text wx:if="{{data.type == 8&&data.price != data.couponPrice}}">¥{{data.salePrice/100}}</text> | ||||
<text wx:if="{{data.type != 8}}">¥{{data.salePrice/100}}</text> | <text wx:if="{{data.type != 8}}">¥{{data.salePrice/100}}</text> | ||||
<del>¥{{data.price/100}}</del> | <del>¥{{data.price/100}}</del> | ||||
<text wx:if="{{data.usePrice!=undefined}}" class="manjian">满{{data.usePrice/100}}元可用</text> | |||||
<text wx:if="{{data.usePrice==undefined}}" class="manjian">仅限本店使用</text> | |||||
<text class="refund"> | |||||
<text wx:if="{{data.autoRefund == 1}}">过期不退款</text> | |||||
</text> | |||||
</view> | </view> | ||||
</view> | </view> | ||||
</view> | </view> | ||||
@@ -26,9 +27,8 @@ | |||||
<i>至</i> | <i>至</i> | ||||
<text>{{validEndDate}}</text> | <text>{{validEndDate}}</text> | ||||
</view> | </view> | ||||
<view class="refund"> | |||||
<text wx:if="{{data.autoRefund == 1}}">过期作废</text> | |||||
</view> | |||||
<view wx:if="{{data.usePrice!=undefined}}" class="manjian">满{{data.usePrice/100}}元可用</view> | |||||
<view wx:if="{{data.usePrice==undefined}}" class="manjian">仅限本店使用</view> | |||||
<image class='line' mode="widthFix" src="{{lineUrl}}"></image> | <image class='line' mode="widthFix" src="{{lineUrl}}"></image> | ||||
<view class="zhuangtai"> | <view class="zhuangtai"> | ||||
<image wx:if="{{data.couponOrderStatus==1}}" src="{{wm01Url}}" mode='widthFix'></image> | <image wx:if="{{data.couponOrderStatus==1}}" src="{{wm01Url}}" mode='widthFix'></image> | ||||
@@ -152,7 +152,6 @@ page { | |||||
.money text { | .money text { | ||||
color: red; | color: red; | ||||
font-size: 36rpx; | |||||
} | } | ||||
.money del { | .money del { | ||||
@@ -340,8 +339,9 @@ page { | |||||
.manjian { | .manjian { | ||||
margin-left: 26rpx; | margin-left: 26rpx; | ||||
color: #666 !important; | |||||
color: #999!important; | |||||
font-size: 26rpx !important; | font-size: 26rpx !important; | ||||
text-align: center; | |||||
} | } | ||||
.moneys { | .moneys { | ||||
@@ -363,6 +363,9 @@ page { | |||||
height: 140rpx; | height: 140rpx; | ||||
} | } | ||||
.refund{ | .refund{ | ||||
text-align: center; | |||||
font-size: 26rpx; | |||||
display: inline-block; | |||||
font-size: 26rpx!important; | |||||
color: red!important; | |||||
border: 1px solid red; | |||||
padding: 3rpx; | |||||
} | } |
@@ -37,7 +37,7 @@ | |||||
<text class="txt2">{{item.expiredTime}}</text> | <text class="txt2">{{item.expiredTime}}</text> | ||||
</view> | </view> | ||||
<view class='fr found'> | <view class='fr found'> | ||||
<text class="txt2" wx:if="{{item.autoRefund == 1}}">过期作废</text> | |||||
<text class="txt2" wx:if="{{item.autoRefund == 1}}">过期不退款</text> | |||||
</view> | </view> | ||||
</view> | </view> | ||||
</view> | </view> | ||||