提交优惠券,积分修改(领券部分没做)
This commit is contained in:
@@ -5,7 +5,10 @@
|
||||
<view class="number"> 当前积分: {{ integral }} </view>
|
||||
<view class="primaryTextBtn" bind:tap="jumpToRecord"> 查看积分明细 </view>
|
||||
</view>
|
||||
<view class="ticketList">
|
||||
<discount-coupon />
|
||||
<view class="ticketList" wx:if="{{list.length}}">
|
||||
<view wx:for="{{list}}" wx:key="id">
|
||||
<discount-coupon data="{{item}}" type="{{2}}" />
|
||||
</view>
|
||||
</view>
|
||||
<empty bind:refresh="refresh" text="暂无可兑换的优惠券" />
|
||||
</view>
|
Reference in New Issue
Block a user