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')){ if(!uni.getStorageSync('worker')){
return; return;
} }
this.indexZhipaiCount = 0
this.indexWorkerCount = 0
this.indexMyCount = 0
let that = this let that = this
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}, false, true).then((res) => {
if (res.code == 200) { if (res.code == 200) {
@ -170,6 +173,7 @@
top: 5px; top: 5px;
right: 10px; right: 10px;
background: red; background: red;
font-size: 10px;
} }
.img-box { .img-box {

Loading…
Cancel
Save