Compare commits

..

No commits in common. "3172d35877605f2f6928a8afa16cd9fdeae7669a" and "d9ca34cbe523398f31d8d1bfb35f7ca067a8da42" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -183,9 +183,9 @@ function receiveMessage(event)
}
// 新用户
if(dm.is_new==1){
// if(dm.uname!=leader.uname){//如果弹幕的人的名字不等于领舞者的名字,就创建一个人物
if(dm.uname!=leader.uname){//如果弹幕的人的名字不等于领舞者的名字,就创建一个人物
peopleObj(dm.uname,dm.uid,dm.text,dm.event);
// }
}
} else {
// 老用户
$(`#${dm.uid} .speak`).html(dm.text);