jiangping
2025-03-27 e4a06e0730dc0aa6ced97cbb3362d6b8ef473d39
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) {