From 5d5a4ba39c2d59cb3cf371e5f8315277fce9600d Mon Sep 17 00:00:00 2001 From: YunaiV Date: Mon, 21 Jul 2025 19:54:38 +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=E6=94=AF=E4=BB=98=E5=AE=9D=E4=BD=99=E9=A2=9D?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E7=BC=BA=E5=B0=91=20userAccount=20=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/chat/components/messageListItem.vue | 5 +---- pages/commission/withdraw.vue | 2 ++ 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/pages/chat/components/messageListItem.vue b/pages/chat/components/messageListItem.vue index f3832f7d..b91472c8 100644 --- a/pages/chat/components/messageListItem.vue +++ b/pages/chat/components/messageListItem.vue @@ -38,10 +38,7 @@ diff --git a/pages/commission/withdraw.vue b/pages/commission/withdraw.vue index 0f722b07..0b4b883e 100644 --- a/pages/commission/withdraw.vue +++ b/pages/commission/withdraw.vue @@ -237,6 +237,8 @@ if (state.accountInfo.type === '5') { data.userAccount = openid; data.transferChannelCode = getWeixinPayChannelCode(); + } else if (state.accountInfo.type === '6') { + delete data.transferChannelCode; } else { delete data.userAccount; delete data.transferChannelCode;