jiangping
2025-02-18 754f0eea0b16985a4dc8e8448e1bde7a8aec6f26
h5/pages/driver/taskConfirm.vue
@@ -156,8 +156,10 @@
            carCodeBack: param.carCodeBack,
            arriveDate: param.date + ':59'
         }).then(res =>{
            this.showToast('确认成功')
            this.$goBack()
            if(res && res.code == 200){
               this.showToast('确认成功')
               this.$goBack()
            }
         })
      },
      getDetail(jobId) {