11
This commit is contained in:
@@ -246,19 +246,19 @@
|
||||
},
|
||||
|
||||
// 优惠券
|
||||
getCourpe() {
|
||||
this.$http
|
||||
.post('/book/couponhistory/appGetUserCenterCoupon?userId=' + this.userInfo.id + '&useStatus=' + this
|
||||
.couponListTab)
|
||||
.then(res => {
|
||||
// this.cardList = res.couponVos
|
||||
this.cardList = res.couponVos
|
||||
});
|
||||
},
|
||||
// getCourpe() {
|
||||
// this.$http
|
||||
// .post('/book/couponhistory/appGetUserCenterCoupon?userId=' + this.userInfo.id + '&useStatus=' + this
|
||||
// .couponListTab)
|
||||
// .then(res => {
|
||||
// // this.cardList = res.couponVos
|
||||
// this.cardList = res.couponVos
|
||||
// });
|
||||
// },
|
||||
// 切换优惠券
|
||||
couponTabCLi(e) {
|
||||
this.couponListTab = e
|
||||
this.getCourpe()
|
||||
// this.couponListTab = e
|
||||
// this.getCourpe()
|
||||
},
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user