diff --git a/components/tab-bar/delivery.vue b/components/tab-bar/delivery.vue index ed269e5..f240727 100644 --- a/components/tab-bar/delivery.vue +++ b/components/tab-bar/delivery.vue @@ -283,12 +283,12 @@ statusList: [0, 3], regionId:JSON.parse(uni.getStorageSync('area')).regionId } - if(this.currentIndex == 11){ + if(this.currentIndex == 7){ url = "/mall/refund/page" }else{ url = "/mall/order/page" } - that.NB.sendRequest(url, this.currentIndex == 11?data : this.searchForm, false, 'POST', 'application/json').then((res) => { + that.NB.sendRequest(url, this.currentIndex == 7?data : this.searchForm, false, 'POST', 'application/json').then((res) => { if (res.code == 200) { if (that.searchForm.pageNum == 1) { that.orderList = res.result.records;