mirror of
https://gitee.com/yudaocode/yudao-mall-uniapp.git
synced 2025-12-30 01:32:26 +00:00
fix:分销提现到银行卡时,缺少 userAccount 的问题
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user