From 432618e7f5e52238d06711dac05accacc8e91573 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Wed, 20 Mar 2024 09:26:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8E=86=E5=8F=B2=E8=AE=B0=E5=BD=95:=20?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=8F=91=E9=80=81=E4=BA=BA=E5=90=8D=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ChatHistory.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/ChatHistory.jsx b/src/views/ChatHistory.jsx index cf91dc6..3b9cbbd 100644 --- a/src/views/ChatHistory.jsx +++ b/src/views/ChatHistory.jsx @@ -153,7 +153,7 @@ function ChatHistory() { if (isEmpty(selectedConversation.conversationid)) { return () => {}; } - const firstActionPageParams = { opisn: selectedConversation.opi_sn, whatsappid: selectedConversation.whatsapp_phone_number }; + const firstActionPageParams = { opisn: selectedConversation.OPI_SN, whatsappid: selectedConversation.whatsapp_phone_number }; if (isEmpty(selectedConversation.matchMsgList)) { firstActionPageParams.loadPrePage = false; firstActionPageParams.loadNextPage = true; @@ -364,7 +364,7 @@ function ChatHistory() { : {})} renderAddCmp={
- {selectedConversation.OPI_Name || message.senderName} + {message.msg_direction === 'outbound' ? selectedConversation.OPI_Name : message.senderName} {message.dateString || message.localDate} {message.statusCN}