From 10db47931cff1b00caf3f4fa4db9a7edc9acc383 Mon Sep 17 00:00:00 2001 From: liaozetao <1107136310@qq.com> Date: Fri, 22 Dec 2023 18:46:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/msg/UserChatMsgRecordView.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/msg/UserChatMsgRecordView.vue b/src/views/msg/UserChatMsgRecordView.vue index 2d7b630..5114a7e 100644 --- a/src/views/msg/UserChatMsgRecordView.vue +++ b/src/views/msg/UserChatMsgRecordView.vue @@ -191,6 +191,7 @@ export default { var toUid = currentData.toUid; $('#fromUid').val(fromUid); $('#toUid').val(toUid); + $('#modalLabel').html(fromNick + '(' + fromErBanNo + ')与' + toNick + '(' + toErBanNo + ')的聊天记录 首次接触时间: 首次接触情况: 聊天条目数:0'); $.ajax({ type: "get", url: "/admin/userChatMsgRecord/getDetail",