Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

libai / footseen-large-website

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Commit 93ace456 authored 2 years ago by libai's avatar libai
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

测试

parent 75779156 master
Show whitespace changes
Inline Side-by-side
Showing with 3 additions and 4 deletions
  • index.html
  • room/liveRoom.html
index.html
View file @ 93ace456
......@@ -315,7 +315,6 @@ $(function(){
$(".side-nav").hide()
}
})
}, 500);
$(".more-live").on("click",function(){
......
This diff is collapsed. Click to expand it.
room/liveRoom.html
View file @ 93ace456
......@@ -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)+'',
})
}
......
This diff is collapsed. Click to expand it.
  • Write
  • Preview
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