Commit 1c86ab1d by libai

测试

parent b3ad9ba6
......@@ -2796,24 +2796,26 @@ $(function(){
}
}
}
//充值完成通知
//充值完成通知
if (obj.cid == 8000){
layer.msg("收到了")
if(newGiftOk==false)return;
newGiftOk=false;
layer.closeAll()
layer.open({
type: 1,
title: false,
shadeClose: false,
skin: "yourclass5",
area: ["7.47rem","5.35rem"],
content: $(".layer-gift-box"),
end: function () {
$(".layui-layer-shade").hide()
layer.closeAll()
}
})
setTimeout(function() {
layer.open({
type: 1,
title: false,
shadeClose: false,
skin: "yourclass5",
area: ["7.47rem","5.35rem"],
content: $(".layer-gift-box"),
end: function () {
$(".layui-layer-shade").hide()
layer.closeAll()
}
})
}, 500);
$(".layer-gift-btn1").unbind("click").on("click",function(){
layer.closeAll()
})
......@@ -2822,10 +2824,11 @@ $(function(){
})
}
//系統消息
if(JSON.parse(obj.content).content.roomid!=sessionStorage.roomId){
return;
}
//系統消息
if(obj.cid == 10000){
var list=JSON.parse(obj.content)
//// console.log('系統消息',list);
......@@ -3074,7 +3077,8 @@ $(function(){
}else{
$(".new-msg").show()
}
} else if (/android/.test(ua)) {
}
else if (/android/.test(ua)) {
if(myMsg){
$(".user-msg-box").scrollTop(Math.abs($(".user-msg-box").height()-$(".user-msg-big").height()))
// return;
......
......@@ -155,6 +155,28 @@
</ul>
</div>
</div>
<div class="hot-box2">
<span></span>
<div class="hot-list-box">
<div style="top: 168px;" class="rich-list-box-jiao"></div>
<img class="list-floor-left" src="images/list-floor.png" alt="">
<img class="list-floor-right" src="images/list-floor.png" alt="">
<div class="hot-list-box-top">人氣榜</div>
<ul class="hot-list-ul2">
<!-- <li>
<div class="hot-list-li-box1">4</div>
<div class="hot-list-li-box2">
<img class="rich-list-king" src="images/r1.png" alt="">
<img class="rich-list-face"
src="https://zhibocdn.yabolive.net/comm/stscli/prod/883221/1648095196207/498F890F-33A1-4EE9-9854-9D39A6905E85.jpeg?x-oss-process=image/resize,w_44"
alt="">
<p class="hot-list-p1">Mlonghoursus</p>
<p class="hot-list-p2">123124</p>
</div>
</li> -->
</ul>
</div>
</div>
<div class="rich-box">
<!-- <div class="rich-add-box richAddShow-go">+5</div> -->
<span></span>
......@@ -186,7 +208,7 @@
<div class="rich-shadow"></div>
</div>
</div>
<div class="guard-list">
<div style="display:none;" class="guard-list">
<ul class="guard-list-ul">
<!-- <li>
<div class="guard-list-li-content">
......@@ -926,7 +948,8 @@ $(function () {
giftList(1)
richMouse()
hotMouse()
guardList()
//守护废弃
// guardList()
zoneList()
activeGet()
setInterval(function(){
......
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