Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
fsActive
This project
Loading...
Sign in
Toggle navigation
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
e2e15d34
authored
8 months ago
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
198d6829
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
18 deletions
ftIcon/liveData2/index.html
ftIcon/liveData2/index.html
View file @
e2e15d34
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
<link
rel=
"stylesheet"
href=
"css/base.css"
>
<link
rel=
"stylesheet"
href=
"css/base.css"
>
<link
rel=
"stylesheet"
href=
"css/layer.css"
>
<link
rel=
"stylesheet"
href=
"css/layer.css"
>
<link
rel=
"stylesheet"
href=
"css/daily.css"
>
<link
rel=
"stylesheet"
href=
"css/daily.css"
>
<link
rel=
"stylesheet"
href=
"css/index.css?v=202408
01
01"
>
<link
rel=
"stylesheet"
href=
"css/index.css?v=202408
17
01"
>
<link
rel=
"stylesheet"
href=
"css/liMarquee.css"
>
<link
rel=
"stylesheet"
href=
"css/liMarquee.css"
>
<style>
<style>
.layui-layer-shade
{
.layui-layer-shade
{
...
@@ -78,7 +78,7 @@
...
@@ -78,7 +78,7 @@
</body>
</body>
<script
src=
"lib/jquery-3.1.1.min.js"
></script>
<script
src=
"lib/jquery-3.1.1.min.js"
></script>
<script
src=
"layer-v3.1.0/layer/layer.js"
></script>
<script
src=
"layer-v3.1.0/layer/layer.js"
></script>
<script
src=
"lib/default.js?v='20240
61702
'"
></script>
<script
src=
"lib/default.js?v='20240
81701
'"
></script>
<script
type=
"text/javascript"
src=
"https://app.ixiulive.com/static/js/socket.io.js"
></script>
<script
type=
"text/javascript"
src=
"https://app.ixiulive.com/static/js/socket.io.js"
></script>
<script>
<script>
$
(
function
(){
$
(
function
(){
...
@@ -176,23 +176,23 @@ $(function(){
...
@@ -176,23 +176,23 @@ $(function(){
}
}
setTimeout
(
function
(){
setTimeout
(
function
(){
if
(
localStorage
.
gardenLayer
==
undefined
||
localStorage
.
gardenLayer
<
new
Date
().
getTime
()){
//
if(localStorage.gardenLayer==undefined||localStorage.gardenLayer
<
new
Date
().
getTime
()){
localStorage
.
gardenLayer
=
(
Number
(
new
Date
().
getTime
())
+
86400000
)
//
localStorage.gardenLayer=(Number(new Date().getTime())+86400000)
$
.
ajax
({
//
$.ajax({
url
:
$ip
+
'/actSecretGarden/openPopup.html'
,
//
url:$ip+'/actSecretGarden/openPopup.html',
data
:{
//
data:{
width
:
'0'
,
//
width:'0',
popupUrl
:
$url
+
"/activeFt/garden/pop.html"
,
//
popupUrl:$url + "/activeFt/garden/pop.html",
height
:
'0.5'
,
//
height:'0.5',
heightR
:
'106'
,
//
heightR:'106',
x
:
'0'
,
//
x:'0',
y
:
'0.5'
,
//
y:'0.5',
},
//
},
success
:
function
(){
//
success:function(){
}
//
}
})
//
})
}
//
}
},
30000
)
},
30000
)
$
(
".act-room-bg2"
).
on
(
"click"
,
function
(){
$
(
".act-room-bg2"
).
on
(
"click"
,
function
(){
var
obj
=
{
var
obj
=
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment