From 038c4149d8e9b6b6557b501c3c4dc85ffb17c0c3 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: Tue, 14 Oct 2025 18:20:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=81=8A=E5=A4=A9=E7=AA=97?= =?UTF-8?q?=E5=8F=A3=E5=92=8C=E6=B6=88=E6=81=AF=E5=88=97=E8=A1=A8=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=EF=BC=8C=E4=BC=98=E5=85=88=E6=98=BE=E7=A4=BA=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E5=A4=87=E6=B3=A8=E5=90=8D=EF=BC=88conRemark=EF=BC=89?= =?UTF-8?q?=E8=80=8C=E9=9D=9E=E6=98=B5=E7=A7=B0=EF=BC=8C=E6=8F=90=E5=8D=87?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E4=BF=A1=E6=81=AF=E5=B1=95=E7=A4=BA=E7=9A=84?= =?UTF-8?q?=E5=87=86=E7=A1=AE=E6=80=A7=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ckbox/weChat/components/ChatWindow/index.tsx | 2 +- .../components/SidebarMenu/MessageList/index.tsx | 16 +++------------- 2 files changed, 4 insertions(+), 14 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 9be82d10..d571fc19 100644 --- a/Touchkebao/src/pages/pc/ckbox/weChat/components/ChatWindow/index.tsx +++ b/Touchkebao/src/pages/pc/ckbox/weChat/components/ChatWindow/index.tsx @@ -108,7 +108,7 @@ const ChatWindow: React.FC = ({ contract }) => { />
- {contract.nickname || contract.name} + {contract.conRemark || contract.nickname}
diff --git a/Touchkebao/src/pages/pc/ckbox/weChat/components/SidebarMenu/MessageList/index.tsx b/Touchkebao/src/pages/pc/ckbox/weChat/components/SidebarMenu/MessageList/index.tsx index 45ed52cf..b387d298 100644 --- a/Touchkebao/src/pages/pc/ckbox/weChat/components/SidebarMenu/MessageList/index.tsx +++ b/Touchkebao/src/pages/pc/ckbox/weChat/components/SidebarMenu/MessageList/index.tsx @@ -72,23 +72,13 @@ const MessageList: React.FC = () => {
-
{session.nickname}
+
+ {session.conRemark || session.nickname} +
{formatWechatTime(session?.lastUpdateTime)}
- {/*
-
0 - ? session.config.unreadCount - : "" - } - > - {session?.lastMessage} -
-
*/}