@ -281,11 +281,12 @@
if (e.from == 'backbutton') {
if (this.jobStatus == 2) {
//取消承接任务
cancelTakeCountJob(this.id).then(res => {
uni.navigateBack();
}).catch(error => {
})
// cancelTakeCountJob(this.id).then(res => {
// uni.navigateBack();
// }).catch(error => {
// })
} else {
}
@ -280,11 +280,12 @@