Commit 7df00d8b authored by 郭晓清's avatar 郭晓清

只有预约是才记录联系时间

parent 74e2bcca
......@@ -348,13 +348,15 @@
contactTime() {
let self = this
var data={}
self.$u.api.contactTime(data,this.order.orderId).then((res)=>{
if (res.code == 200) {
console.log("===", res.data)
} else {
console.log(res.message);
}
})
if(this.submitType === "workerAppointment"){
self.$u.api.contactTime(data,this.order.orderId).then((res)=>{
if (res.code == 200) {
console.log("===", res.data)
} else {
console.log(res.message);
}
})
}
},
handleClickRight(active) {
this.scenePhoto ? this.scenePhotoClick() : this.take()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment