wangfukang 1 month ago
parent
commit
92f980bd05
  1. 2
      pages/index/index.vue

2
pages/index/index.vue

@ -1410,7 +1410,7 @@
}, false, true).then((res) => { }, false, true).then((res) => {
if (res.code == 200) { if (res.code == 200) {
that.deliveryItem.splice(index, 1) that.deliveryItem.splice(index, 1)
that.tui.toast(res.message); that.tui.toast(res.message, 2000);
if (item.workerId != null && item.workerId != undefined && item.workerId != '') { if (item.workerId != null && item.workerId != undefined && item.workerId != '') {
that.zhipaiCount -= 1 that.zhipaiCount -= 1
that.decreaseIndexZhipaiBadge() that.decreaseIndexZhipaiBadge()

Loading…
Cancel
Save