@ -280,12 +280,13 @@
//已经接收但是没提交任务
if (e.from == 'backbutton') {
if (this.jobStatus == 2) {
uni.navigateBack();
//取消承接任务
cancelTakeCountJob(this.id).then(res => {
}).catch(error => {
})
// cancelTakeCountJob(this.id).then(res => {
// uni.navigateBack();
// }).catch(error => {
// })
} else {
}
@ -279,12 +279,13 @@
// //取消承接任务