From ccc7b7ff3cdfac3fb976eba65f6ff1fe48f9cb9a Mon Sep 17 00:00:00 2001 From: YunaiV Date: Mon, 21 Jul 2025 19:56:03 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E5=88=86=E9=94=80=E6=8F=90?= =?UTF-8?q?=E7=8E=B0=E5=88=B0=E9=93=B6=E8=A1=8C=E5=8D=A1=E6=97=B6=EF=BC=8C?= =?UTF-8?q?=E7=BC=BA=E5=B0=91=20userAccount=20=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/commission/withdraw.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/commission/withdraw.vue b/pages/commission/withdraw.vue index 0b4b883e..fb661866 100644 --- a/pages/commission/withdraw.vue +++ b/pages/commission/withdraw.vue @@ -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;