diff --git a/components/tab-bar/tab-bar.vue b/components/tab-bar/tab-bar.vue index 5c39e13..6c3e1bf 100644 --- a/components/tab-bar/tab-bar.vue +++ b/components/tab-bar/tab-bar.vue @@ -123,7 +123,7 @@ let shopId = uni.getStorageSync('shopId') let worker = uni.getStorageSync('worker') if(shopId || worker){ - this.tui.request("/mall/delivery/countOrderByStatus", "POST", {workerId:uni.getStorageSync('worker').workerId}, false, true).then((res) => { + this.tui.request("/mall/delivery/countOrderByStatus", "POST", {workerId:uni.getStorageSync('worker').workerId,regionId:JSON.parse(uni.getStorageSync('area')).id}, false, true).then((res) => { if (res.code == 200) { if(res.result != null){ for(let i = 0;i