|
@@ -37,9 +37,6 @@ Page({
|
|
|
this.setData({
|
|
|
isLogin: getMobileCache() != ''
|
|
|
})
|
|
|
- wx.setNavigationBarTitle({
|
|
|
- title: '签到优惠券',
|
|
|
- })
|
|
|
if(this.data.isLogin){
|
|
|
this.setData({
|
|
|
hiddenCoupon: false,
|
|
@@ -49,7 +46,7 @@ Page({
|
|
|
noDetail: false,
|
|
|
noUtility: false,
|
|
|
})
|
|
|
- this.getUserAwardCouponNum();
|
|
|
+ // this.getUserAwardCouponNum();
|
|
|
this.getRequestData();
|
|
|
}
|
|
|
|
|
@@ -227,7 +224,7 @@ Page({
|
|
|
hiddenUtility: true,
|
|
|
})
|
|
|
this.getRequestData();
|
|
|
- this.getUserAwardCouponNum();
|
|
|
+ // this.getUserAwardCouponNum();
|
|
|
})
|
|
|
},
|
|
|
|
|
@@ -249,9 +246,6 @@ Page({
|
|
|
stateList: [],
|
|
|
})
|
|
|
this.getUserAwardCouponList()
|
|
|
- wx.setNavigationBarTitle({
|
|
|
- title: '签到优惠券',
|
|
|
- })
|
|
|
},
|
|
|
//明细
|
|
|
getDetail(e) {
|
|
@@ -271,9 +265,6 @@ Page({
|
|
|
stateList: [],
|
|
|
})
|
|
|
this.getUserSignInList()
|
|
|
- wx.setNavigationBarTitle({
|
|
|
- title: '获取明细',
|
|
|
- })
|
|
|
|
|
|
},
|
|
|
//使用失效
|
|
@@ -294,9 +285,6 @@ Page({
|
|
|
stateList: [],
|
|
|
})
|
|
|
this.getCouponStateList()
|
|
|
- wx.setNavigationBarTitle({
|
|
|
- title: '使用/失效',
|
|
|
- })
|
|
|
},
|
|
|
|
|
|
/**
|