Commit 13c087ae by sunchao

积分兑换app端接口调试

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