Commit 58952566 by libai

测试

parent 2c3149a6
Showing with 4 additions and 10 deletions
......@@ -3750,11 +3750,8 @@ $(function(){
$(".sound-tips").removeClass("sound-tips2")
$(".room-gift-box,.room-big-giftBox").html('')
//这里要改
var html=[]
// html+='<div class="user-msg-big">';
html+='<div class="system-msg one-msg">'+langRoom[sessionStorage.lang].roomJsTxt41+'</div>';
// html+='</div>';
$(".user-msg-big").html(html)
$(".user-msg-big").html('<div class="system-msg one-msg">'+langRoom[sessionStorage.lang].roomJsTxt41+'</div>')
$(".room-content-loading").html('<img class="loading-icon" src="images/loading/loading (1).png" alt="">')
$(".room-bg,.video-box").css("transition","0s all")
$(".room-bg,.video-box").css("top","0vh")
try{
......@@ -3805,11 +3802,8 @@ $(function(){
$(".sound-tips").hide()
$(".sound-tips").removeClass("sound-tips2")
$(".room-gift-box,.room-big-giftBox").html('')
var html=[]
// html+='<div class="user-msg-big">';
html+='<div class="system-msg one-msg">'+langRoom[sessionStorage.lang].roomJsTxt41+'</div>';
// html+='</div>';
$(".user-msg-big").html(html)
$(".user-msg-big").html('<div class="system-msg one-msg">'+langRoom[sessionStorage.lang].roomJsTxt41+'</div>')
$(".room-content-loading").html('<img class="loading-icon" src="images/loading/loading (1).png" alt="">')
$(".room-bg,.video-box").css("transition","0s all")
$(".room-bg,.video-box").css("top","0vh")
try{
......
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