1
xuxueyang
2024-07-30 f29b9dee3aa4c05fc36e8d89ec96f60efe71196e
sub_pages/partner/order-manage/order-manage.vue
@@ -72,12 +72,11 @@
    }
  },
  onLoad() {
    this.listApi = `/api/partner/list`
    this.listApi = `/api/partner/order/list`
    this.getList()
  },
  onReachBottom() {
    this.page.current += 1
    this.getMore()
  },
  async onPullDownRefresh() {