Commit 5a9eb016 by libai

测试

parent c16e4daf
Showing with 1 additions and 1 deletions
...@@ -250,7 +250,7 @@ $(function(){ ...@@ -250,7 +250,7 @@ $(function(){
var html=[]; var html=[];
for(var i=0;i<data.roomList.length;i++){ for(var i=0;i<data.roomList.length;i++){
var list=data.roomList[i] var list=data.roomList[i]
html+='<a href="download/download2.html?qd=ftsBH5ZB"><div class="live-box">'; html+='<a href="download/download4.html?qd=ftsBH5ZB"><div class="live-box">';
html+='<div class="live-face-box"><img src="https://zhibocdn.yabolive.net/comm'+list.face.split('?')[0]+'?x-oss-process=image/resize,w_180" alt=""></div>'; html+='<div class="live-face-box"><img src="https://zhibocdn.yabolive.net/comm'+list.face.split('?')[0]+'?x-oss-process=image/resize,w_180" alt=""></div>';
html+='<div class="live-box-name">'+list.nickname+'</div>'; html+='<div class="live-box-name">'+list.nickname+'</div>';
html+='</div></a>'; html+='</div></a>';
......
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