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