Commit 93bad7aa by 展昭

添加从充值页返回后刷新页面逻辑,不刷新则头部不显示

parent d4f00556
Showing with 4 additions and 0 deletions
......@@ -98,6 +98,10 @@ export default {
);
let payUrl = `${this.payUrl}&accountType=19&selected=0&failUrl=${failUrl}&successUrl=${successUrl}`;
console.log("payUrl=", payUrl);
window.onpageshow=null;
window.onpageshow=function(event){
location.reload();
}
window.location.href = payUrl;
},
toPage() {
......
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 sign in to comment