xuxueyang
2024-09-09 8478015e961b93963e0a269d92c281d84da44f63
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: {