Compare commits
No commits in common. "7d2746d7ba365f1ef646cf5f10ea4ac72278ebad" and "dbfbc43162f8b346f1b63ba234309a7d66855ac4" have entirely different histories.
7d2746d7ba
...
dbfbc43162
|
@ -179,7 +179,6 @@ function receiveMessage(event)
|
|||
leaderInfo = highList[0]
|
||||
}
|
||||
// leaderInfo = '内有猛犬小心'
|
||||
// leaderInfo = '饺子吃肉肉'
|
||||
// uid是否存在 不存在则存入uidObj
|
||||
let isNew = 0
|
||||
|
||||
|
@ -305,11 +304,11 @@ function receiveMessage(event)
|
|||
},6000)
|
||||
}
|
||||
if(peopleFluo(leader.text)){
|
||||
$('.leading .stick').removeClass('stick-swing');
|
||||
$('.leading .stick').addClass(getFluoEvent(dm.text));
|
||||
$('.stick').removeClass('stick-swing');
|
||||
$('.stick').addClass(getFluoEvent(dm.text));
|
||||
setTimeout(()=>{
|
||||
$('.leading .stick').removeClass(getFluoEvent(dm.text));
|
||||
$('.leading .stick').addClass('stick-swing');
|
||||
$('.stick').removeClass(getFluoEvent(dm.text));
|
||||
$('.stick').addClass('stick-swing');
|
||||
},6000)
|
||||
}
|
||||
setTimeout(()=>{
|
||||
|
|
Loading…
Reference in New Issue