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} -
-
*/}