wuguojie 3 месяцев назад
Родитель
Сommit
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) {