Commit e2b1d97a by 赵艳波

update

parent 6866bc14
Showing with 1 additions and 1 deletions
......@@ -255,7 +255,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