瀏覽代碼

fix: 开发优惠券

wuguojie 3 月之前
父節點
當前提交
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) {