Commit 954b1705 authored by 华国豪's avatar 华国豪 🙄

‘行程特色!’

parent 2cc72e4b
...@@ -657,6 +657,7 @@ ...@@ -657,6 +657,7 @@
// console.log("上传失败"); // console.log("上传失败");
} }
}); });
if (this.showType===4 || this.showType===5) {
document.querySelector("#gernalCanvas").querySelectorAll('img').forEach(x => { document.querySelector("#gernalCanvas").querySelectorAll('img').forEach(x => {
let src = x.src let src = x.src
src = src.replace('https:','http:') src = src.replace('https:','http:')
...@@ -717,6 +718,9 @@ ...@@ -717,6 +718,9 @@
}); });
}); });
} }
}else {
this.ToWord(this.orderMsg.startDate + this.orderMsg.lineteamName + this.orderMsg.dayNum + '日游')
}
}, },
//保存基础数据 //保存基础数据
submitForm: function () { submitForm: function () {
......
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