Commit 979d2494 by 宋毅

tj

parent 9ffb241c
...@@ -1318,7 +1318,11 @@ ...@@ -1318,7 +1318,11 @@
that.$root.loading = false; that.$root.loading = false;
console.log(`///////////////////////////////`, d); console.log(`///////////////////////////////`, d);
if (d.status == 0) { if (d.status == 0) {
location.href = d.data.payUrl; if (that.$root.channelName == "gsbhome") {
window.open(d.data.payUrl)
} else {
location.href = d.data.payUrl;
}
} else { } else {
console.log(d, "subTmOrder.........."); console.log(d, "subTmOrder..........");
that.$message.warning(d.msg); that.$message.warning(d.msg);
......
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