Compare commits

..

2 Commits

1 changed files with 17 additions and 0 deletions

View File

@ -162,6 +162,10 @@ function receiveMessage(event)
leaderInfo = highList[0]
}
// leaderInfo = '内有猛犬小心'
<<<<<<< HEAD
leaderInfo = '饺子吃肉肉'
=======
>>>>>>> c5fcb3d64edf80504ff6eccb40845e6e67a9b71e
// uid是否存在 不存在则存入uidObj
let isNew = 0
@ -311,6 +315,19 @@ function receiveMessage(event)
if(dancer(leader.text)){
allDancing(leader.event);
}
<<<<<<< HEAD
// 领舞喊荧光棒事件
// if(getLeaderFluoEvent(leader.text)!=''){
// if(firTimes==0){//防多次说话
// firTimes++;
// console.log(getLeaderFluoEvent(leader.text));
// setTimeout(()=>{
// firTimes = 0;
// },5000)
// }
// }
=======
>>>>>>> c5fcb3d64edf80504ff6eccb40845e6e67a9b71e
}
// -------------------- 每条弹幕处理 end -----------------------
}