Commit 0d66b279 by sunchao

Merge branch 'apply' into dev

parents 2714017b 13c087ae
......@@ -135,7 +135,9 @@
this.wxWithdrawal();
}
if(this.paymentMethod == 2){
let urls= this.withdrawalParam.aliAuthUrl;
// APP:
// #ifdef APP-PLUS
let urls= this.aliWithdrawalResVO.aliAuthUrl;
urls=encodeURIComponent(urls);
// 判断平台
if (plus.os.name == 'Android') {
......@@ -173,6 +175,7 @@
);
}
// this.aliWithdrawal();
// #endif
}
}
}
......
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 to comment