Commit c4f35c9e by cocomilk2012

update

parent 1ff6c3a1
Showing with 2 additions and 1 deletions
......@@ -316,7 +316,8 @@ export default {
console.log("window.onpageshow ");
Toast.loading({ message: "正在跳转到支付页面,请等待..." });
window.location.href = payUrl;
//window.location.href = payUrl;
window.location.href = "http://www.baidu.com";
console.log("页面跳转走了");
},
toPage(flag) {
......
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