补充
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user