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

libai / fsActive

  • 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 2db92d6c authored 6 months ago by libai's avatar libai
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

ft活动上线

parent b9aaa06d
Show whitespace changes
Inline Side-by-side
Showing with 5 additions and 17 deletions
  • activeFt/Fishing/oldView.html
  • ftIcon/action2/index.html
activeFt/Fishing/oldView.html
View file @ 2db92d6c
......@@ -68,6 +68,10 @@ $(function(){
},60000)
setTimeout(function(){
if(sessionStorage.lang==2)return;
if(localStorage.fish==undefined||localStorage.fish<new Date().getTime()){
localStorage.fish=(Number(new Date().getTime())+86400000)
$.ajax({
url:$ip+'/actSecretGarden/openPopup.html',
data:{
......@@ -81,10 +85,6 @@ $(function(){
success:function(){
}
})
if(localStorage.fish==undefined||localStorage.fish<new Date().getTime()){
localStorage.fish=(Number(new Date().getTime())+86400000)
}
},30000)
function getData(roomid) {
......
This diff is collapsed. Click to expand it.
ftIcon/action2/index.html
View file @ 2db92d6c
......@@ -81,19 +81,7 @@ $(function(){
},60000)
setTimeout(function(){
if(sessionStorage.lang==2)return;
$.ajax({
url:$ip+'/actSecretGarden/openPopup.html',
data:{
width:'0',
popupUrl:$url + "/activeFt/Fishing/pop.html",
height:'0.5',
heightR:'80',
x:'0',
y:'0.5',
},
success:function(){
}
})
if(localStorage.fish==undefined||localStorage.fish<new Date().getTime()){
localStorage.fish=(Number(new Date().getTime())+86400000)
......
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