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

ft活动上线

parent f45e0aaa
Show whitespace changes
Inline Side-by-side
Showing with 32 additions and 28 deletions
  • activeFt/develop/oldView.html
  • footseenIcon/action/index.html
  • footseenIcon/liveData2/index.html
  • ftIcon/liveData/index.html
activeFt/develop/oldView.html
View file @ 0a2f9770
......@@ -60,12 +60,12 @@ $(function(){
$(".en-t3").html("rank")
}
setTimeout(function() {
wsTimer=setInterval(function(){
view()
},60000)
view()
}, 2000);
// setTimeout(function() {
// wsTimer=setInterval(function(){
// view()
// },60000)
// view()
// }, 2000);
function view(){
$.ajax({
url:$ip+'/actRaisingBeautifulGril/getRoomPartData.html',
......@@ -86,7 +86,7 @@ $(function(){
}
})
}
// getData()
getData()
$(".room-bg1").on("click",function(){
var obj = {
"cid": 12,
......@@ -102,6 +102,7 @@ $(function(){
})
function getData(roomid) {
var opts = {
reconnectionDelay: 5000,
query: {
'uid': sessionStorage.uid,
'token': sessionStorage.token,
......
This diff is collapsed. Click to expand it.
footseenIcon/action/index.html
View file @ 0a2f9770
......@@ -52,12 +52,12 @@ $(function(){
$(".en-t2").html("PROG")
$(".en-t3").html("rank")
}
setTimeout(function() {
RoomView()
wsTimer=setInterval(function(){
RoomView()
},60000)
}, 2000);
// setTimeout(function() {
// RoomView()
// wsTimer=setInterval(function(){
// RoomView()
// },60000)
// }, 2000);
function RoomView(){
$.ajax({
url:$ip+'/actRaisingBeautifulGril/getRoomPartData.html',
......@@ -78,7 +78,7 @@ $(function(){
})
}
// getData()
getData()
setTimeout(function(){
$.ajax({
url:$ip+'/actRaisingBeautifulGril/sustainLogin.html',
......@@ -123,6 +123,7 @@ $(function(){
})
function getData(roomid) {
var opts = {
reconnectionDelay: 5000,
query: {
'uid': sessionStorage.uid,
'token': sessionStorage.token,
......
This diff is collapsed. Click to expand it.
footseenIcon/liveData2/index.html
View file @ 0a2f9770
......@@ -87,12 +87,12 @@ $(function(){
$(".en-t3").html("rank")
}
setTimeout(function() {
RoomView()
wsTimer=setInterval(function(){
RoomView()
},60000)
}, 2000);
// setTimeout(function() {
// RoomView()
// wsTimer=setInterval(function(){
// RoomView()
// },60000)
// }, 2000);
function RoomView(){
$.ajax({
url:$ip+'/actRaisingBeautifulGril/getRoomPartData.html',
......@@ -113,10 +113,11 @@ $(function(){
}
})
}
// getData()
getData()
function getData() {
var opts = {
reconnectionDelay: 5000,
query: {
'uid': sessionStorage.uid,
'token': sessionStorage.token,
......
This diff is collapsed. Click to expand it.
ftIcon/liveData/index.html
View file @ 0a2f9770
......@@ -84,12 +84,12 @@ $(function(){
$(".en-t2").html("PROG")
$(".en-t3").html("rank")
}
setTimeout(function() {
RoomView()
wsTimer=setInterval(function(){
RoomView()
},60000)
}, 2000);
// setTimeout(function() {
// RoomView()
// wsTimer=setInterval(function(){
// RoomView()
// },60000)
// }, 2000);
function RoomView(){
$.ajax({
url:$ip+'/actRaisingBeautifulGril/getRoomPartData.html',
......@@ -110,7 +110,7 @@ $(function(){
}
})
}
// getData()
getData()
$(".act-room-bg1").on("click",function(){
var obj = {
"cid": 12,
......@@ -126,6 +126,7 @@ $(function(){
})
function getData() {
var opts = {
reconnectionDelay: 5000,
query: {
'uid': sessionStorage.uid,
'token': sessionStorage.token,
......
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