From 024e6fb307e3e3c141c297d671a5dbb1dafa7fca Mon Sep 17 00:00:00 2001 From: libai <libai@yazhai.co> Date: Mon, 26 Jun 2023 18:02:38 +0800 Subject: [PATCH] 测试 --- mobile/room/liveRoom.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/mobile/room/liveRoom.html b/mobile/room/liveRoom.html index 564b0b2..caa6ff3 100644 --- a/mobile/room/liveRoom.html +++ b/mobile/room/liveRoom.html @@ -3732,6 +3732,16 @@ $(function(){ $(".room-bg,.video-box").fadeOut(0) ws.close() closePop() + clearInterval(ticketTerval) + $(".user-msg-box").css('bottom','1.4rem') + $(".ticket-box").hide() + $("#myVideo").css("filter","blur(0px)") + $(".new-msg").css("bottom","1.5rem") + // $(".ticketRoom-tips-box").hide() + $('.secret-ing-content').hide() + $(".secret-bottom-box").hide() + $(".room-top,.user-msg-box,.room-bottom").show() + $(".sound-tips").hide() //这里要改 var html=[] // html+='<div class="user-msg-big">'; @@ -3772,6 +3782,16 @@ $(function(){ $(".room-bg,.video-box").fadeOut(0) ws.close() closePop() + clearInterval(ticketTerval) + $(".user-msg-box").css('bottom','1.4rem') + $(".ticket-box").hide() + $("#myVideo").css("filter","blur(0px)") + $(".new-msg").css("bottom","1.5rem") + // $(".ticketRoom-tips-box").hide() + $('.secret-ing-content').hide() + $(".secret-bottom-box").hide() + $(".room-top,.user-msg-box,.room-bottom").show() + $(".sound-tips").hide() var html=[] // html+='<div class="user-msg-big">'; html+='<div class="system-msg one-msg">'+langRoom[sessionStorage.lang].roomJsTxt41+'</div>'; -- libgit2 0.25.0