@@ -59,8 +59,7 @@ | |||||
<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 == 0}}">(支持过期自动退款)</text> | |||||
<text class='times' style='margin-left:10rpx;' wx:if="{{data.autoRefund == 1}}">(不支持过期自动退款)</text> | |||||
<text class='times' style='margin-left:10rpx;' wx:if="{{data.autoRefund == 1}}">(过期作废)</text> | |||||
</view> | </view> | ||||
</view> | </view> | ||||
</view> | </view> | ||||
@@ -27,8 +27,7 @@ | |||||
<text>{{validEndDate}}</text> | <text>{{validEndDate}}</text> | ||||
</view> | </view> | ||||
<view class="refund"> | <view class="refund"> | ||||
<text wx:if="{{data.autoRefund == 0}}">(支持过期自动退款)</text> | |||||
<text wx:if="{{data.autoRefund == 1}}">(不支持过期自动退款)</text> | |||||
<text wx:if="{{data.autoRefund == 1}}">过期作废</text> | |||||
</view> | </view> | ||||
<image class='line' mode="widthFix" src="{{lineUrl}}"></image> | <image class='line' mode="widthFix" src="{{lineUrl}}"></image> | ||||
<view class="zhuangtai"> | <view class="zhuangtai"> | ||||
@@ -37,8 +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 == 0}}">过期自动退款</text> | |||||
<text class="txt2" wx:if="{{item.autoRefund == 1}}">过期不退款</text> | |||||
<text class="txt2" wx:if="{{item.autoRefund == 1}}">过期作废</text> | |||||
</view> | </view> | ||||
</view> | </view> | ||||
</view> | </view> | ||||