Commit 3960dcbd by libai

测试

parent b172f41f
Showing with 5 additions and 0 deletions
...@@ -2352,6 +2352,11 @@ $(function () { ...@@ -2352,6 +2352,11 @@ $(function () {
html+=': '+list.content.content+''; html+=': '+list.content.content+'';
html+='</li>'; html+='</li>';
$(".live-msg-ul").append(html); $(".live-msg-ul").append(html);
if($(".live-msg-ul li").length>50){
for(var i=0;i<$(".live-msg-ul li").length-50;i++){
$(".live-msg-ul li").eq(i).remove()
}
}
} }
//点亮直播间 //点亮直播间
if(list.content.type==3){ if(list.content.type==3){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment