mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 09:39:38 +08:00
描述:优惠券
This commit is contained in:
parent
061b8483b0
commit
ca813cac9b
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user