From 0b398b372e9722dc049126c35c83f066d73aa49d 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, 26 Sep 2025 15:08:44 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B0=A1=E5=8C=96ProfileCard=E7=B5=84=E4=BB=B6?= =?UTF-8?q?=E7=9A=84=E5=B1=AC=E6=80=A7=EF=BC=8C=E7=A7=BB=E9=99=A4=E4=B8=8D?= =?UTF-8?q?=E5=BF=85=E8=A6=81=E7=9A=84onToggleProfile=E5=9B=9E=E8=AA=BF?= =?UTF-8?q?=EF=BC=8C=E5=84=AA=E5=8C=96=E5=80=8B=E4=BA=BA=E8=B3=87=E6=96=99?= =?UTF-8?q?=E9=A1=AF=E7=A4=BA=E9=82=8F=E8=BC=AF=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/pages/pc/ckbox/weChat/components/ChatWindow/index.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Touchkebao/src/pages/pc/ckbox/weChat/components/ChatWindow/index.tsx b/Touchkebao/src/pages/pc/ckbox/weChat/components/ChatWindow/index.tsx index e7eaf3f0..b1796c99 100644 --- a/Touchkebao/src/pages/pc/ckbox/weChat/components/ChatWindow/index.tsx +++ b/Touchkebao/src/pages/pc/ckbox/weChat/components/ChatWindow/index.tsx @@ -123,9 +123,7 @@ const ChatWindow: React.FC = ({ contract }) => { {/* 右侧个人资料卡片 */} - {showProfile && ( - - )} + {showProfile && } ); };