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

1

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