Commit ecfdc848 by libai

测试

parent 0b2c4b69
Showing with 8 additions and 4 deletions
......@@ -70,7 +70,7 @@
<img class="guard-tips" src="images/guard-tips.png" alt="">
</div>
<div class="layer-space-box">
<img class="layer-space-face" src="https://zhibocdn.yabolive.net/comm/stscli/prod/4106446166423916818508c02555a3a647828c50948d55f57692.jpg?x-oss-process=image/resize,w_150" alt="">
<!-- <img class="layer-space-face" src="https://zhibocdn.yabolive.net/comm/stscli/prod/4106446166423916818508c02555a3a647828c50948d55f57692.jpg?x-oss-process=image/resize,w_150" alt="">
<div class="layer-userCard">
<div class="layer-space">
<p class="layer-space-p1">主播暱稱預留</p>
......@@ -114,7 +114,7 @@
</ul>
</div>
</div>
</div>
</div> -->
</div>
<div class="room-bg">
......@@ -1108,6 +1108,7 @@ $(function(){
}
if(data.code!=1){
$(".rich-list-top-text1 span").html('<span><img src="images/fire.png">--</span>')
$(".rich-list-top-text2 span").span('--')
return;
}
$(".rich-list-top-text1 span").html('<span><img src="images/fire.png">'+data.myscore+'</span>')
......@@ -1656,14 +1657,14 @@ $(function(){
//点亮直播间
if(list.content.type==3){
var html=[];
html+='<div class="system-msg">'+list.content.nickname+'點亮了直播間,熱門指數+1</div>'
html+='<div class="system-msg"><span data-type='+list.content.uid+' class="user-msg-name">'+list.content.nickname+'</span>點亮了直播間,熱門指數+1</div>'
$(".user-msg-big").prepend(html);
}
//追踪
if(list.content.type==4){
var html=[];
html+='<div class="system-msg">'+list.content.nickname+'關注主播不迷路</div>'
html+='<div class="system-msg"><span data-type='+list.content.uid+' class="user-msg-name">'+list.content.nickname+'</span>關注主播不迷路</div>'
$(".user-msg-big").prepend(html);
}
//送礼信息
......@@ -1743,6 +1744,9 @@ $(function(){
$(".user-msg-name,.user-name").unbind("click").on("click",function(){
var _self=$(this)
if(_self.attr("data-type")<0){
return;
}
cardUp(_self.attr("data-type"))
})
};
......
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