|
|
@@ -36,6 +36,9 @@ |
|
|
|
<text class="yuan">元</text> |
|
|
|
<text class='throgh' wx:if="{{data.unit==0}}">{{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 class="fl" wx:if="{{data.type==8}}">可砍至 |
|
|
|
<text class="pri01">{{data.salePriceStr}}</text>元 |
|
|
@@ -52,6 +55,7 @@ |
|
|
|
<view class='rest' wx:if="{{data.type==5}}"> |
|
|
|
<text class='time'>当次有效</text> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class='rest' wx:if="{{data.type==1}}"> |
|
|
|
<text class='txt01'>使用条件:</text> |
|
|
|
<text class='time'>满{{data.usePriceStr}}元可用</text> |
|
|
@@ -59,7 +63,6 @@ |
|
|
|
<view class='rest'> |
|
|
|
<text class='txt01'>限购条件:</text> |
|
|
|
<text class='time'>每人{{data.useLimitQuantity}}张</text> |
|
|
|
<text class='times' style='margin-left:10rpx;' wx:if="{{data.autoRefund == 1}}">(过期作废)</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|