Commit f5603c34 authored by 郭志伟's avatar 郭志伟

fix: 众安跳转

parent 9fac1871
......@@ -25,8 +25,8 @@ export default {
// }
this.isPayWait = true;
this.orderInfo = this.$route.query;
// 如果存在isXyqb,同时当前不是在信用钱包环境,或众安第三方支付
if (this.orderInfo.isfXyqb == 1 && (!isXyqb || this.orderInfo.third)) {
// 如果存在isXyqb,同时当前不是在信用钱包环境
if ((this.orderInfo.isfXyqb == 1 && !isXyqb) || this.orderInfo.third === "zhongan") {
window.location.href = "xyqb://my";
if (localStorage.get("mongoToken")) {
this.$router.replace("/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