fix:分销提现到银行卡时,缺少 userAccount 的问题
parent
5d5a4ba39c
commit
ccc7b7ff3c
|
@ -237,7 +237,7 @@
|
|||
if (state.accountInfo.type === '5') {
|
||||
data.userAccount = openid;
|
||||
data.transferChannelCode = getWeixinPayChannelCode();
|
||||
} else if (state.accountInfo.type === '6') {
|
||||
} else if (state.accountInfo.type === '6' || state.accountInfo.type === '2') {
|
||||
delete data.transferChannelCode;
|
||||
} else {
|
||||
delete data.userAccount;
|
||||
|
|
Loading…
Reference in New Issue