Commit c66b1067 by 展昭

update

parent 4499392d
Showing with 1 additions and 1 deletions
......@@ -264,7 +264,7 @@ export default {
const fee = this.data.waitPay;
let payUrl = `${this.payUrl}&accountType=1&periodId=${this.currentPerId}&payMethod=${payMethod}&payType=${payType}&fee=${fee}&selected=0&failUrl=${failUrl}&successUrl=${successUrl}`;
window.location.href = payUrl;
//window.location.href = payUrl;
},
toPage(flag) {
switch (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