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