diff --git a/components/tab-bar/tab-bar.vue b/components/tab-bar/tab-bar.vue index c460b87..82661e4 100644 --- a/components/tab-bar/tab-bar.vue +++ b/components/tab-bar/tab-bar.vue @@ -113,6 +113,9 @@ if(!uni.getStorageSync('worker')){ return; } + this.indexZhipaiCount = 0 + this.indexWorkerCount = 0 + this.indexMyCount = 0 let that = this this.tui.request("/mall/delivery/countOrderByStatus", "POST", {workerId:uni.getStorageSync('worker').workerId}, false, true).then((res) => { if (res.code == 200) { @@ -170,6 +173,7 @@ top: 5px; right: 10px; background: red; + font-size: 10px; } .img-box {