mirror of
https://gitee.com/yudaocode/yudao-mall-uniapp.git
synced 2025-12-30 09:42:25 +00:00
fix:分销提现到银行卡时,缺少 userAccount 的问题
This commit is contained in:
@@ -237,7 +237,7 @@
|
|||||||
if (state.accountInfo.type === '5') {
|
if (state.accountInfo.type === '5') {
|
||||||
data.userAccount = openid;
|
data.userAccount = openid;
|
||||||
data.transferChannelCode = getWeixinPayChannelCode();
|
data.transferChannelCode = getWeixinPayChannelCode();
|
||||||
} else if (state.accountInfo.type === '6') {
|
} else if (state.accountInfo.type === '6' || state.accountInfo.type === '2') {
|
||||||
delete data.transferChannelCode;
|
delete data.transferChannelCode;
|
||||||
} else {
|
} else {
|
||||||
delete data.userAccount;
|
delete data.userAccount;
|
||||||
|
|||||||
Reference in New Issue
Block a user