Commit c9adaf33 by libai

测试

parent 28b39582
Showing with 2 additions and 3 deletions
...@@ -556,7 +556,6 @@ $(function(){ ...@@ -556,7 +556,6 @@ $(function(){
$(".room-bg").css("height",dHeight+'px') $(".room-bg").css("height",dHeight+'px')
$(".video-box").css("height",dHeight+'px') $(".video-box").css("height",dHeight+'px')
$(".room-content-loading").css("height",dHeight+'px') $(".room-content-loading").css("height",dHeight+'px')
// hotList() // hotList()
liveList(1) liveList(1)
//进入直播间 //进入直播间
...@@ -965,7 +964,7 @@ $(function(){ ...@@ -965,7 +964,7 @@ $(function(){
activeType:4, activeType:4,
pageID:localStorage.canvasCode, pageID:localStorage.canvasCode,
}, },
async:false, // async:false,
success:function(data){ success:function(data){
} }
...@@ -1882,7 +1881,7 @@ $(function(){ ...@@ -1882,7 +1881,7 @@ $(function(){
activeType:4, activeType:4,
pageID:localStorage.canvasCode, pageID:localStorage.canvasCode,
}, },
async:false, // async:false,
success:function(data){ success:function(data){
} }
......
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