This commit is contained in:
liaozetao
2023-12-22 18:46:58 +08:00
parent fd80e00fec
commit 10db47931c

View File

@@ -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",