Commit 1c86ab1d by libai

测试

parent b3ad9ba6
...@@ -2798,10 +2798,10 @@ $(function(){ ...@@ -2798,10 +2798,10 @@ $(function(){
} }
//充值完成通知 //充值完成通知
if (obj.cid == 8000){ if (obj.cid == 8000){
layer.msg("收到了")
if(newGiftOk==false)return; if(newGiftOk==false)return;
newGiftOk=false; newGiftOk=false;
layer.closeAll() layer.closeAll()
setTimeout(function() {
layer.open({ layer.open({
type: 1, type: 1,
title: false, title: false,
...@@ -2814,6 +2814,8 @@ $(function(){ ...@@ -2814,6 +2814,8 @@ $(function(){
layer.closeAll() layer.closeAll()
} }
}) })
}, 500);
$(".layer-gift-btn1").unbind("click").on("click",function(){ $(".layer-gift-btn1").unbind("click").on("click",function(){
layer.closeAll() layer.closeAll()
}) })
...@@ -2822,10 +2824,11 @@ $(function(){ ...@@ -2822,10 +2824,11 @@ $(function(){
}) })
} }
//系統消息
if(JSON.parse(obj.content).content.roomid!=sessionStorage.roomId){ if(JSON.parse(obj.content).content.roomid!=sessionStorage.roomId){
return; return;
} }
//系統消息
if(obj.cid == 10000){ if(obj.cid == 10000){
var list=JSON.parse(obj.content) var list=JSON.parse(obj.content)
//// console.log('系統消息',list); //// console.log('系統消息',list);
...@@ -3074,7 +3077,8 @@ $(function(){ ...@@ -3074,7 +3077,8 @@ $(function(){
}else{ }else{
$(".new-msg").show() $(".new-msg").show()
} }
} else if (/android/.test(ua)) { }
else if (/android/.test(ua)) {
if(myMsg){ if(myMsg){
$(".user-msg-box").scrollTop(Math.abs($(".user-msg-box").height()-$(".user-msg-big").height())) $(".user-msg-box").scrollTop(Math.abs($(".user-msg-box").height()-$(".user-msg-big").height()))
// return; // return;
......
...@@ -155,6 +155,28 @@ ...@@ -155,6 +155,28 @@
</ul> </ul>
</div> </div>
</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-box">
<!-- <div class="rich-add-box richAddShow-go">+5</div> --> <!-- <div class="rich-add-box richAddShow-go">+5</div> -->
<span></span> <span></span>
...@@ -186,7 +208,7 @@ ...@@ -186,7 +208,7 @@
<div class="rich-shadow"></div> <div class="rich-shadow"></div>
</div> </div>
</div> </div>
<div class="guard-list"> <div style="display:none;" class="guard-list">
<ul class="guard-list-ul"> <ul class="guard-list-ul">
<!-- <li> <!-- <li>
<div class="guard-list-li-content"> <div class="guard-list-li-content">
...@@ -926,7 +948,8 @@ $(function () { ...@@ -926,7 +948,8 @@ $(function () {
giftList(1) giftList(1)
richMouse() richMouse()
hotMouse() hotMouse()
guardList() //守护废弃
// guardList()
zoneList() zoneList()
activeGet() activeGet()
setInterval(function(){ 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