Commit 5793578e by 宋毅

tj

parent 979d2494
...@@ -1319,7 +1319,7 @@ ...@@ -1319,7 +1319,7 @@
console.log(`///////////////////////////////`, d); console.log(`///////////////////////////////`, d);
if (d.status == 0) { if (d.status == 0) {
if (that.$root.channelName == "gsbhome") { if (that.$root.channelName == "gsbhome") {
window.open(d.data.payUrl) window.parent.location.href = d.data.payUrl;
} else { } else {
location.href = d.data.payUrl; location.href = d.data.payUrl;
} }
......
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