Commit 310c806d by libai

测试

parent c7589ae3
Showing with 3 additions and 3 deletions
...@@ -1502,7 +1502,7 @@ $(function () { ...@@ -1502,7 +1502,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='+Math.floor(Math.random()*100)+'&lang=2', content: _self.attr("data-type")+'?uid='+localStorage.uid+'&token='+localStorage.token+'&roomid='+sessionStorage.roomId+'&os=pc&v='+Math.floor(Math.random()*100)+'&lang='+sessionStorage.lang+'',
}) })
$(".layui-layer-shade").hide() $(".layui-layer-shade").hide()
return return
...@@ -1520,7 +1520,7 @@ $(function () { ...@@ -1520,7 +1520,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&v='+Math.floor(Math.random()*100)+'', content: _self.attr("data-type")+'?uid='+localStorage.uid+'&token='+localStorage.token+'&roomid='+sessionStorage.roomId+'&os=pc&lang='+sessionStorage.lang+'&v='+Math.floor(Math.random()*100)+'',
}) })
}else{ }else{
layer.open({ layer.open({
...@@ -1529,7 +1529,7 @@ $(function () { ...@@ -1529,7 +1529,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='+Math.floor(Math.random()*100)+'&lang=2', content: _self.attr("data-type")+'?uid='+localStorage.uid+'&token='+localStorage.token+'&roomid='+sessionStorage.roomId+'&os=pc&v='+Math.floor(Math.random()*100)+'&lang='+sessionStorage.lang+'',
}) })
} }
......
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