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

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

parent 74e2bcca
...@@ -348,6 +348,7 @@ ...@@ -348,6 +348,7 @@
contactTime() { contactTime() {
let self = this let self = this
var data={} var data={}
if(this.submitType === "workerAppointment"){
self.$u.api.contactTime(data,this.order.orderId).then((res)=>{ self.$u.api.contactTime(data,this.order.orderId).then((res)=>{
if (res.code == 200) { if (res.code == 200) {
console.log("===", res.data) console.log("===", res.data)
...@@ -355,6 +356,7 @@ ...@@ -355,6 +356,7 @@
console.log(res.message); console.log(res.message);
} }
}) })
}
}, },
handleClickRight(active) { handleClickRight(active) {
this.scenePhoto ? this.scenePhotoClick() : this.take() 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