描述:优惠券

This commit is contained in:
SelfRidicule 2024-03-26 14:45:17 +08:00
parent 061b8483b0
commit ca813cac9b

View File

@ -7,8 +7,10 @@
<view class="imgView">
<image class="img" src="{{IMG_NAME + '/profile/static/meeting/coupon/couponBg.png'}}" mode="aspectFill"></image>
<view class="timeView">
<view class="title">{{item.duration}}小时</view>
<view class="type">抵用券</view>
<view class="title" wx:if="{{item.type == 1}}">{{item.duration}}小时</view>
<view class="type" wx:if="{{item.type == 1}}">抵用券</view>
<view class="title" wx:if="{{item.type == 2}}">{{item.discount}}折</view>
<view class="type" wx:if="{{item.type == 2}}">折扣券</view>
</view>
</view>
<view class="contentView">