From 550231495b2ff40b7dbb7f60b6a8729f7ad717d3 Mon Sep 17 00:00:00 2001 From: tianyi <13521030702@163.com> Date: Wed, 6 May 2026 11:31:45 +0800 Subject: [PATCH] 1 --- components/tab-bar/delivery.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;