Commit 93ace456 by libai

测试

parent 75779156
Showing with 3 additions and 4 deletions
......@@ -315,7 +315,6 @@ $(function(){
$(".side-nav").hide()
}
})
}, 500);
$(".more-live").on("click",function(){
......
......@@ -942,7 +942,7 @@ $(function () {
shadeClose: true,
skin: "active-layer",
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()
return
......@@ -960,7 +960,7 @@ $(function () {
shadeClose: true,
skin: "active-layer",
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{
layer.open({
......@@ -969,7 +969,7 @@ $(function () {
shadeClose: true,
skin: "active-layer",
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