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

fix: 顾问调整

parent 0b0602ef
......@@ -27,7 +27,7 @@ export default {
this.isPayWait = true;
this.orderInfo = this.$route.query;
// 如果存在isXyqb,同时当前不是在信用钱包环境
if (this.orderInfo.isConsultant && !isXyqb) {
if (this.orderInfo.isConsultant) {
window.location.href = "xyqb://my";
this.$router.replace({ path: "/consultant", query: { from: "wxh5" } });
return;
......
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