Commit 8908badb by agan

提交

parent 2ddb7b82
Showing with 1 additions and 1 deletions
......@@ -312,7 +312,7 @@
var html = [];
for (var i = 0; i < data.roomList.length; i++) {
var list = data.roomList[i]
html += '<a href="download/download4.html?qd=ftsBH5ZB"><div class="live-box">';
html += '<a href="download/download.html"><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-box-name">' + list.nickname + '</div>';
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