Commit e22241b3 by libai

测试

parent 6b718cc1
Showing with 3 additions and 1 deletions
...@@ -104,7 +104,6 @@ ...@@ -104,7 +104,6 @@
<div><a style="color: #FFABEE;" href="videoPage.html"><span class="txt2">影片</span></a><img class="click-img" src="images/click.png" alt="絲足"></div> <div><a style="color: #FFABEE;" href="videoPage.html"><span class="txt2">影片</span></a><img class="click-img" src="images/click.png" alt="絲足"></div>
</div> </div>
</div> --> </div> -->
<div style="height: 1.5rem;"></div> <div style="height: 1.5rem;"></div>
<ul class="live-ul clearfix"> <ul class="live-ul clearfix">
<!-- <li> <!-- <li>
......
...@@ -607,6 +607,9 @@ $(function () { ...@@ -607,6 +607,9 @@ $(function () {
flowUrl=data.pullFlowUrl flowUrl=data.pullFlowUrl
$(".mc-material-face,.gurad-layer-face").attr("src", "https://zhibocdn.yabolive.net/comm" + roomList.face.split('?')[0] + "?x-oss-process=image/resize,w_40") $(".mc-material-face,.gurad-layer-face").attr("src", "https://zhibocdn.yabolive.net/comm" + roomList.face.split('?')[0] + "?x-oss-process=image/resize,w_40")
$(".mc-material-face,.gurad-layer-face").unbind("error").on("error",function(){
$(this).attr("src","images/face.png")
})
var html = []; var html = [];
html += '<span class="mc-name">' + roomList.roomName + '</span>'; html += '<span class="mc-name">' + roomList.roomName + '</span>';
if(roomList.isLike==0)html += '<div data-type="'+roomList.uid+'" class="like-btn"></div> '; if(roomList.isLike==0)html += '<div data-type="'+roomList.uid+'" class="like-btn"></div> ';
......
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