xuxueyang
2024-09-11 1a8ac8e42a0ee286f1f67de3fbf8fa5f422d7dd4
sub_pages/customer/coupon/coupon-all.vue
@@ -39,13 +39,13 @@
            query: {
               status: ''
            },
            list: [{}]
            list: []
         }
      },
      async onLoad() {
         this.listApi = '/api/v2/coupon/app' + `/center/list`
         // this.getList()
         this.getList()
      },
      methods: {