fix bugs
This commit is contained in:
parent
467488d67d
commit
8b08d83a32
@ -149,7 +149,7 @@ layui.use(['layer', 'form', 'jquery'], function () {
|
|||||||
//创建聊天section
|
//创建聊天section
|
||||||
insert_section(msg.uid);
|
insert_section(msg.uid);
|
||||||
}else{
|
}else{
|
||||||
if($(".chat-user").find("#2316602733").length == 0){
|
if($(".chat-user").find("#"+msg.uid).length == 0){
|
||||||
insert_user_html(msg.uid,msg.name + '#'+ (uuids.length + 1));
|
insert_user_html(msg.uid,msg.name + '#'+ (uuids.length + 1));
|
||||||
//创建聊天section
|
//创建聊天section
|
||||||
insert_section(msg.uid);
|
insert_section(msg.uid);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user