wangfukang 1 week ago
parent
commit
1f743edf18
  1. 4
      pages/index/index.vue

4
pages/index/index.vue

@ -1051,7 +1051,11 @@
this.$refs.tishiPopup.open()
uni.setStorageSync('worker', res.result)
}else{
if(res.message == '接单成功'){
that.tui.toast(res.message);
}else{
that.tui.toast(res.message,2000);
}
}
that.deliveryItem.splice(index, 1)

Loading…
Cancel
Save