Commit 93ace456 by libai

测试

parent 75779156
Showing with 3 additions and 4 deletions
...@@ -315,7 +315,6 @@ $(function(){ ...@@ -315,7 +315,6 @@ $(function(){
$(".side-nav").hide() $(".side-nav").hide()
} }
}) })
}, 500); }, 500);
$(".more-live").on("click",function(){ $(".more-live").on("click",function(){
......
...@@ -942,7 +942,7 @@ $(function () { ...@@ -942,7 +942,7 @@ $(function () {
shadeClose: true, shadeClose: true,
skin: "active-layer", skin: "active-layer",
area: ["360px", "634px"], area: ["360px", "634px"],
content: _self.attr("data-type")+'?uid='+localStorage.uid+'&token='+localStorage.token+'&roomid='+sessionStorage.roomId+'&os=pc&v=2022091601', content: _self.attr("data-type")+'?uid='+localStorage.uid+'&token='+localStorage.token+'&roomid='+sessionStorage.roomId+'&os=pc&v='+Math.floor(Math.random()*100)+'',
}) })
$(".layui-layer-shade").hide() $(".layui-layer-shade").hide()
return return
...@@ -960,7 +960,7 @@ $(function () { ...@@ -960,7 +960,7 @@ $(function () {
shadeClose: true, shadeClose: true,
skin: "active-layer", skin: "active-layer",
area: ["360px", "330px"], area: ["360px", "330px"],
content: _self.attr("data-type")+'?uid='+localStorage.uid+'&token='+localStorage.token+'&roomid='+sessionStorage.roomId+'&os=pc&lang=2', content: _self.attr("data-type")+'?uid='+localStorage.uid+'&token='+localStorage.token+'&roomid='+sessionStorage.roomId+'&os=pc&lang=2&v='+Math.floor(Math.random()*100)+'',
}) })
}else{ }else{
layer.open({ layer.open({
...@@ -969,7 +969,7 @@ $(function () { ...@@ -969,7 +969,7 @@ $(function () {
shadeClose: true, shadeClose: true,
skin: "active-layer", skin: "active-layer",
area: ["360px", "634px"], area: ["360px", "634px"],
content: _self.attr("data-type")+'?uid='+localStorage.uid+'&token='+localStorage.token+'&roomid='+sessionStorage.roomId+'&os=pc', content: _self.attr("data-type")+'?uid='+localStorage.uid+'&token='+localStorage.token+'&roomid='+sessionStorage.roomId+'&os=pc&v='+Math.floor(Math.random()*100)+'',
}) })
} }
......
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