|
@@ -244,10 +244,10 @@ Page({
|
|
|
noCoupon: true,
|
|
|
noDetail: false,
|
|
|
noUtility: false,
|
|
|
+ couponList: [],
|
|
|
+ detailList: [],
|
|
|
+ stateList: [],
|
|
|
})
|
|
|
- this.data.couponList= [],
|
|
|
- this.data.detailList= [],
|
|
|
- this.data.stateList= [],
|
|
|
this.getUserAwardCouponList()
|
|
|
wx.setNavigationBarTitle({
|
|
|
title: '签到优惠券',
|
|
@@ -266,10 +266,10 @@ Page({
|
|
|
noDetail: true,
|
|
|
noCoupon: false,
|
|
|
noUtility: false,
|
|
|
+ couponList: [],
|
|
|
+ detailList: [],
|
|
|
+ stateList: [],
|
|
|
})
|
|
|
- this.data.couponList= [],
|
|
|
- this.data.detailList= [],
|
|
|
- this.data.stateList= [],
|
|
|
this.getUserSignInList()
|
|
|
wx.setNavigationBarTitle({
|
|
|
title: '获取明细',
|
|
@@ -289,10 +289,10 @@ Page({
|
|
|
noUtility: true,
|
|
|
noCoupon: false,
|
|
|
noDetail: false,
|
|
|
+ couponList: [],
|
|
|
+ detailList: [],
|
|
|
+ stateList: [],
|
|
|
})
|
|
|
- this.data.couponList= [],
|
|
|
- this.data.detailList= [],
|
|
|
- this.data.stateList= [],
|
|
|
this.getCouponStateList()
|
|
|
wx.setNavigationBarTitle({
|
|
|
title: '使用/失效',
|