|
|
@@ -157,10 +157,10 @@
|
|
|
},
|
|
|
changeType(type) {
|
|
|
if(!type) {
|
|
|
- this.couponList = this.list.filter(item => item.couponStatus == 0)
|
|
|
+ this.couponList = this.list.filter(item => item.couponStatus == 2)
|
|
|
}
|
|
|
if(type==1) {
|
|
|
- this.couponList = this.list.filter(item => item.couponStatus == 0)
|
|
|
+ this.couponList = this.list.filter(item => item.couponStatus == 3)
|
|
|
}
|
|
|
},
|
|
|
handleIndex(item, index) {
|