Commit 128a18ac by libai

测试

parent 8907ad64
Showing with 9 additions and 10 deletions
...@@ -3741,7 +3741,6 @@ $(function(){ ...@@ -3741,7 +3741,6 @@ $(function(){
$(".room-bg,.video-box").fadeOut(0) $(".room-bg,.video-box").fadeOut(0)
ws.close() ws.close()
closePop() closePop()
clearInterval(ticketTerval)
$(".user-msg-box").css('bottom','1.4rem') $(".user-msg-box").css('bottom','1.4rem')
$(".ticket-box").hide() $(".ticket-box").hide()
$("#myVideo").css("filter","blur(0px)") $("#myVideo").css("filter","blur(0px)")
...@@ -3762,10 +3761,10 @@ $(function(){ ...@@ -3762,10 +3761,10 @@ $(function(){
clearInterval(ticketTerval) clearInterval(ticketTerval)
clearInterval(loadT) clearInterval(loadT)
clearInterval(ticketTerval) clearInterval(ticketTerval)
// clearInterval(sendClock) clearInterval(sendClock)
// clearInterval(turnClock) clearInterval(turnClock)
// clearInterval(ReconnectionT) clearInterval(ReconnectionT)
// clearInterval(tHeart) clearInterval(tHeart)
}catch(e){ }catch(e){
} }
...@@ -3802,7 +3801,7 @@ $(function(){ ...@@ -3802,7 +3801,7 @@ $(function(){
$(".room-bg,.video-box").fadeOut(0) $(".room-bg,.video-box").fadeOut(0)
ws.close() ws.close()
closePop() closePop()
clearInterval(ticketTerval)
$(".user-msg-box").css('bottom','1.4rem') $(".user-msg-box").css('bottom','1.4rem')
$(".ticket-box").hide() $(".ticket-box").hide()
$("#myVideo").css("filter","blur(0px)") $("#myVideo").css("filter","blur(0px)")
...@@ -3824,10 +3823,10 @@ $(function(){ ...@@ -3824,10 +3823,10 @@ $(function(){
clearInterval(ticketTerval) clearInterval(ticketTerval)
clearInterval(loadT) clearInterval(loadT)
clearInterval(ticketTerval) clearInterval(ticketTerval)
// clearInterval(sendClock) clearInterval(sendClock)
// clearInterval(turnClock) clearInterval(turnClock)
// clearInterval(ReconnectionT) clearInterval(ReconnectionT)
// clearInterval(tHeart) clearInterval(tHeart)
}catch(e){ }catch(e){
} }
......
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