Commit 02ab81b4 by cocomilk2012

update

parent d4016868
Showing with 1 additions and 1 deletions
...@@ -315,7 +315,7 @@ export default { ...@@ -315,7 +315,7 @@ export default {
console.log("old_pay_url=", payUrl); console.log("old_pay_url=", payUrl);
console.log("window.onpageshow "); console.log("window.onpageshow ");
Toast.loading({ message: "正在跳转到支付页面,请等待..." }); Toast.loading({ duration: 0, message: "正在跳转到支付页面,请等待..." });
window.location.href = payUrl; window.location.href = payUrl;
console.log("页面跳转走了"); console.log("页面跳转走了");
}, },
......
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