|
|
@@ -180,7 +180,10 @@
|
|
|
money: this.withdrawal, //金额
|
|
|
money_type: 1 //0佣金1余额
|
|
|
};
|
|
|
- console.log(this.type)
|
|
|
+ console.log(this.type, this.wxData)
|
|
|
+ if (this.type == 'weixin') {
|
|
|
+ data.weixin = this.wxData.payment
|
|
|
+ }
|
|
|
if (this.type == 'alipay') {
|
|
|
data.name = this.aliData.name;
|
|
|
data.alipay_code = this.aliData.payment;
|