From d8ef4d522c783ea090ce12b2de474b4418b451fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B6=85=E7=BA=A7=E8=80=81=E7=99=BD=E5=85=94?= Date: Fri, 19 Sep 2025 16:35:16 +0800 Subject: [PATCH] =?UTF-8?q?fix(weChat):=20=E7=A7=BB=E9=99=A4=E8=B0=83?= =?UTF-8?q?=E8=AF=95=E6=97=A5=E5=BF=97=E4=BB=A5=E6=B8=85=E7=90=86=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在weChat模块中移除了不必要的调试日志,优化了代码整洁性。 --- Touchkebao/src/store/module/weChat/weChat.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Touchkebao/src/store/module/weChat/weChat.ts b/Touchkebao/src/store/module/weChat/weChat.ts index a71d9279..77a89927 100644 --- a/Touchkebao/src/store/module/weChat/weChat.ts +++ b/Touchkebao/src/store/module/weChat/weChat.ts @@ -68,11 +68,6 @@ export const useWeChatStore = create()( const { wechatChatroomId, wechatFriendId } = message; const currentContract = get().currentContract; if (currentContract) { - console.log( - currentContract.id === wechatFriendId || - currentContract.id === wechatChatroomId, - ); - if ( currentContract.id === wechatFriendId || currentContract.id === wechatChatroomId