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

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

parent 74e2bcca
...@@ -348,13 +348,15 @@ ...@@ -348,13 +348,15 @@
contactTime() { contactTime() {
let self = this let self = this
var data={} var data={}
self.$u.api.contactTime(data,this.order.orderId).then((res)=>{ if(this.submitType === "workerAppointment"){
if (res.code == 200) { self.$u.api.contactTime(data,this.order.orderId).then((res)=>{
console.log("===", res.data) if (res.code == 200) {
} else { console.log("===", res.data)
console.log(res.message); } else {
} 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