tianyi 1 week ago
parent
commit
421455cfac
  1. 4
      components/tab-bar/tab-bar.vue

4
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 {

Loading…
Cancel
Save