Commit 6fb10dd2 authored by chenqikuai's avatar chenqikuai

fix: 修复若用户实名认证失败时,点击重新验证可以到达验证之处

parent 3878599c
This diff is collapsed.
......@@ -231,7 +231,7 @@ export default class Recharge extends Vue {
// 支付宝和微信支付走👇流程
const url = this.getSelectedPayMethodType === EPayMethod.alipay ? pay_url : `${pay_url}&redirect_url=${redirectUrl}`;
localStorage.setItem('payUrl', url);
location.href = url;
// location.href = url;
}
}
......
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