Commit 9f6cdbbf by libai

测试

parent 23232fa5
Showing with 2 additions and 2 deletions
......@@ -2090,8 +2090,8 @@ $(function(){
if(obj.cid == 4700){
var list=JSON.parse(obj.content)
console.log("推了",list.content.interacNum,list.content.popularNum)
$(".hot-list-box >i").text(list.content.popularNum)
$(".interac-list-box >i").text(list.content.interacNum)
if(list.content.popularNum>0)$(".hot-list-box >i").text(list.content.popularNum)
if(list.content.interacNum>0)$(".interac-list-box >i").text(list.content.interacNum)
}
//主播直播状态
if (obj.cid == 4300){
......
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