Commit 72f941b1 by libai

测试

parent 5963c8ba
Showing with 4 additions and 4 deletions
...@@ -1209,10 +1209,10 @@ $(function(){ ...@@ -1209,10 +1209,10 @@ $(function(){
topRoomId=data.roomList[0].roomId topRoomId=data.roomList[0].roomId
BottomRoomId=data.roomList[1].roomId BottomRoomId=data.roomList[1].roomId
} }
var html=[]; // var html=[];
html+='<div class="top-bg-box"> <img src="https://zhibocdn.yabolive.net/comm'+data.roomList[topNum].face+'?x-oss-process=image/resize,w_350"> </div>'; // html+='<div class="top-bg-box"> <img src="https://zhibocdn.yabolive.net/comm'+data.roomList[topNum].face+'?x-oss-process=image/resize,w_350"> </div>';
html+='<div class="bottom-bg-box"> <img src="https://zhibocdn.yabolive.net/comm'+data.roomList[bottomNum].face+'?x-oss-process=image/resize,w_350"> </div>'; // html+='<div class="bottom-bg-box"> <img src="https://zhibocdn.yabolive.net/comm'+data.roomList[bottomNum].face+'?x-oss-process=image/resize,w_350"> </div>';
$(".room-bg").append(html) // $(".room-bg").append(html)
} }
}) })
......
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