Commit 0290082e authored by chenqikuai's avatar chenqikuai

fix: 添加转跳

parent e7ba4aa3
......@@ -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