Commit 723008e4 authored by 华国豪's avatar 华国豪 🙄

1

parent dce99d57
......@@ -938,7 +938,7 @@ export default {
methods: {
// 明细
godetail: function (name, obj) {
let path = "", msg = {};
let path = "", TCIDs = obj.TCIDs;
if (name == 'ticket') {
} else if (name === 'bus') {
......@@ -948,7 +948,7 @@ export default {
} else if (name === 'hotel') {
}
let fullPath = `/${path}?data=${msg}`;
let fullPath = `/${path}?TCIDs=${TCIDs}`;
let dom = document.querySelector("#blankLink");
dom.href = `http://${window.location.host}/#${fullPath}`;
dom.click();
......
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