فهرست منبع

fix: 开发优惠券

wuguojie 4 ماه پیش
والد
کامیت
015c803420
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/pages/my/record.vue

+ 2 - 2
src/pages/my/record.vue

@@ -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) {