diff --git a/pages/news/recycling/recoveryList.vue b/pages/news/recycling/recoveryList.vue index 67f769a..be44fa8 100644 --- a/pages/news/recycling/recoveryList.vue +++ b/pages/news/recycling/recoveryList.vue @@ -157,7 +157,10 @@ uni.showToast({ title: "完成成功" }) - this.getList(1) + this.classifyShow = 2 + this.pageNum = 1; + this.goodsList = [] + this.getOrderList(1) } }, //取消订单 @@ -173,7 +176,9 @@ uni.showToast({ title: "取消成功" }) - this.classifyShow = 2 + this.pageNum = 1; + this.goodsList = [] + this.classifyShow = 3 this.getOrderList(1) } }, @@ -188,6 +193,8 @@ } = await newFunApi.orderStatus({}); if (status == 200) { this.classList = data.list + this.pageNum = 1; + this.goodsList = [] this.getOrderList(); } }, diff --git a/pages/news/user/report.vue b/pages/news/user/report.vue index 6f92c5f..d3e46fa 100644 --- a/pages/news/user/report.vue +++ b/pages/news/user/report.vue @@ -1,7 +1,8 @@ -