Commit 0071a3c0 authored by 郭志伟's avatar 郭志伟

Merge branch 'fix/goods' into 'master'

fix: 众安支付测试

See merge request !168
parents 0a1679c1 ab880833
......@@ -28,6 +28,7 @@ export default {
this.orderInfo = this.$route.query;
// 如果存在isXyqb,同时当前不是在信用钱包环境
console.log(this.orderInfo.third);
alert(this.orderInfo.third);
if ((this.orderInfo.isXyqb == 1 && !isXyqb) || this.orderInfo.third.indexOf("1") === 0) {
window.location.href = "xyqb://my";
setTimeout(() => {
......@@ -38,9 +39,8 @@ export default {
}
}, 1000);
return;
}
// 没有订单信息的情况
if (!this.orderInfo.payOrderNo) {
} else if (!this.orderInfo.payOrderNo) {
// 没有订单信息的情况
this.$notify({ type: "warning", message: "正在跳转..." });
setTimeout(() => {
window.location.href = "/policy";
......
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