1
xuxueyang
2024-09-03 6d583f26009a2cbc74f5963fb92ff184019f6c2b
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: {