Commit aaf143bc by libai

测试

parent c11f4a4f
Showing with 4 additions and 2 deletions
......@@ -873,11 +873,13 @@ $(function(){
success:function(data){
console.log('直播列表',data)
var html=[];
var obj
var obj={
}
var j=0
for(var i=0;i<data.normalRoomList.length;i++){
var list=data.normalRoomList[i]
obj.push(list)
obj.append(list)
if(i%3==0&&i!=0){
if(data.vipRoomList[j]!=undefined){
list2=data.vipRoomList[j]
......
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