提交优惠券,积分修改(领券部分没做)
This commit is contained in:
@@ -1,2 +1,16 @@
|
||||
<!--pages/discountCoupon/index.wxml-->
|
||||
<navigator title="我的优惠券" canBack="{{true}}" />
|
||||
<navigator title="我的优惠券" canBack="{{true}}" />
|
||||
<van-tabs active="{{ active }}" bind:change="onChange">
|
||||
<van-tab title="我的优惠券">
|
||||
<view wx:if="{{currentList.length}}">
|
||||
|
||||
</view>
|
||||
<empty bind:refresh="getCurrent" />
|
||||
</van-tab>
|
||||
<van-tab title="领券中心">
|
||||
<view wx:if="{{canGetList.length}}">
|
||||
|
||||
</view>
|
||||
<empty bind:refresh="getCanGet" />
|
||||
</van-tab>
|
||||
</van-tabs>
|
Reference in New Issue
Block a user