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
e97757a1
authored
9 months ago
by
agan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加版本判断
parent
f26275bc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
168 additions
and
52 deletions
activeFt/liveData/css/index.css
activeFt/liveData/tips.html
activeFt/liveData/tips2.html
activeFt/liveData/css/index.css
View file @
e97757a1
...
...
@@ -1115,4 +1115,107 @@
.room2-tips2-tv
.tips-btn
{
top
:
9.1rem
;
}
.room-tips.highVer
{
width
:
10rem
;
height
:
11.58rem
;
background
:
url(../images/7590/room-tips.png)
no-repeat
;
background-size
:
100%
100%
;
position
:
absolute
;
top
:
2.6rem
;
}
.room-tips2.highVer
{
display
:
none
;
width
:
10rem
;
height
:
11.58rem
;
background
:
url(../images/7590/room-tips2.png)
no-repeat
;
background-size
:
100%
100%
;
position
:
absolute
;
top
:
2.6rem
;
}
.room-tips-en.highVer
{
background
:
url(../images/7590/room-tips-en.png)
no-repeat
;
background-size
:
100%
100%
;
}
.room-tips-es.highVer
{
background
:
url(../images/7590/room-tips-es.png)
no-repeat
;
background-size
:
100%
100%
;
}
.room-tips-tv.highVer
{
background
:
url(../images/7590/room-tips-tv.png)
no-repeat
;
background-size
:
100%
100%
;
}
.room-tips2-en.highVer
{
background
:
url(../images/7590/room-tips2-en.png)
no-repeat
;
background-size
:
100%
100%
;
}
.room-tips2-es.highVer
{
background
:
url(../images/7590/room-tips2-es.png)
no-repeat
;
background-size
:
100%
100%
;
}
.room-tips2-tv.highVer
{
background
:
url(../images/7590/room-tips2-tv.png)
no-repeat
;
background-size
:
100%
100%
;
}
.room2-tips.highVer
{
width
:
10rem
;
height
:
11.12rem
;
background
:
url(../images/7590/room2-tips.png)
no-repeat
;
background-size
:
100%
100%
;
position
:
absolute
;
top
:
0rem
;
}
.room2-tips2.highVer
{
display
:
none
;
width
:
10rem
;
height
:
11.12rem
;
background
:
url(../images/7590/room2-tips2.png)
no-repeat
;
background-size
:
100%
100%
;
position
:
absolute
;
top
:
0rem
;
}
.room2-tips-en.highVer
{
background
:
url(../images/7590/room2-tips-en.png)
no-repeat
;
background-size
:
100%
100%
;
}
.room2-tips-es.highVer
{
background
:
url(../images/7590/room2-tips-es.png)
no-repeat
;
background-size
:
100%
100%
;
}
.room2-tips-tv.highVer
{
background
:
url(../images/7590/room2-tips-tv.png)
no-repeat
;
background-size
:
100%
100%
;
}
.room2-tips2-en.highVer
{
background
:
url(../images/7590/room2-tips2-en.png)
no-repeat
;
background-size
:
100%
100%
;
}
.room2-tips2-es.highVer
{
background
:
url(../images/7590/room2-tips2-es.png)
no-repeat
;
background-size
:
100%
100%
;
}
.room2-tips2-tv.highVer
{
background
:
url(../images/7590/room2-tips2-tv.png)
no-repeat
;
background-size
:
100%
100%
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
activeFt/liveData/tips.html
View file @
e97757a1
...
...
@@ -2,8 +2,8 @@
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
/>
<meta
name=
"viewport"
content=
"width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"
/>
<meta
charset=
"utf-8"
/>
<meta
name=
"viewport"
content=
"width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"
/>
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
>
<meta
name=
"apple-mobile-web-app-status-bar-style"
content=
"black-translucent"
>
<meta
content=
"telephone=no"
name=
"format-detection"
>
...
...
@@ -30,6 +30,7 @@
}
</style>
</head>
<body
style=
"background:rgba(0,0,0,0)"
>
<div
style=
"height: 2.6rem;"
></div>
<div
class=
"room-tips"
>
...
...
@@ -45,31 +46,35 @@
<script
src=
"lib/default.js?v='2023031701'"
></script>
<script>
$
(
function
(){
if
(
sessionStorage
.
lang
==
8
){
$
(
".room-tips"
).
addClass
(
"room-tips-es"
)
$
(
".room-tips2"
).
addClass
(
"room-tips2-es"
)
}
else
if
(
sessionStorage
.
lang
==
10
){
$
(
".room-tips"
).
addClass
(
"room-tips-tv"
)
$
(
".room-tips2"
).
addClass
(
"room-tips2-tv"
)
}
else
if
(
sessionStorage
.
lang
!=
2
){
$
(
".room-tips"
).
addClass
(
"room-tips-en"
)
$
(
".room-tips2"
).
addClass
(
"room-tips2-en"
)
}
$
(
".room-tips .tips-btn"
).
unbind
(
"click"
).
on
(
"click"
,
function
(){
$
(
".room-tips"
).
hide
()
$
(
".room-tips2"
).
fadeIn
(
250
)
})
$
(
".room-tips2 .tips-btn"
).
unbind
(
"click"
).
on
(
"click"
,
function
(){
var
obj
=
{
"cid"
:
14
,
"reqCode"
:
new
Date
().
getTime
(),
$
(
function
()
{
if
(
sessionStorage
.
version
>=
7590
)
{
$
(
".room-tips,.room-tips2"
).
addClass
(
'highVer'
);
}
if
(
sessionStorage
.
lang
==
8
)
{
$
(
".room-tips"
).
addClass
(
"room-tips-es"
)
$
(
".room-tips2"
).
addClass
(
"room-tips2-es"
)
}
var
obj2
=
JSON
.
stringify
(
obj
);
appCollaboration
(
obj2
);
else
if
(
sessionStorage
.
lang
==
10
)
{
$
(
".room-tips"
).
addClass
(
"room-tips-tv"
)
$
(
".room-tips2"
).
addClass
(
"room-tips2-tv"
)
}
else
if
(
sessionStorage
.
lang
!=
2
)
{
$
(
".room-tips"
).
addClass
(
"room-tips-en"
)
$
(
".room-tips2"
).
addClass
(
"room-tips2-en"
)
}
$
(
".room-tips .tips-btn"
).
unbind
(
"click"
).
on
(
"click"
,
function
()
{
$
(
".room-tips"
).
hide
()
$
(
".room-tips2"
).
fadeIn
(
250
)
})
$
(
".room-tips2 .tips-btn"
).
unbind
(
"click"
).
on
(
"click"
,
function
()
{
var
obj
=
{
"cid"
:
14
,
"reqCode"
:
new
Date
().
getTime
(),
}
var
obj2
=
JSON
.
stringify
(
obj
);
appCollaboration
(
obj2
);
})
})
})
</script>
</html>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
activeFt/liveData/tips2.html
View file @
e97757a1
...
...
@@ -2,8 +2,8 @@
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
/>
<meta
name=
"viewport"
content=
"width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"
/>
<meta
charset=
"utf-8"
/>
<meta
name=
"viewport"
content=
"width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"
/>
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
>
<meta
name=
"apple-mobile-web-app-status-bar-style"
content=
"black-translucent"
>
<meta
content=
"telephone=no"
name=
"format-detection"
>
...
...
@@ -30,6 +30,7 @@
}
</style>
</head>
<body
style=
"background:rgba(0,0,0,0)"
>
<div
style=
"height: 2.6rem;"
></div>
<div
class=
"room2-tips"
>
...
...
@@ -45,31 +46,35 @@
<script
src=
"lib/default.js?v='2023031701'"
></script>
<script>
$
(
function
(){
if
(
sessionStorage
.
lang
==
8
){
$
(
".room2-tips"
).
addClass
(
"room2-tips-es"
)
$
(
".room2-tips2"
).
addClass
(
"room2-tips2-es"
)
}
else
if
(
sessionStorage
.
lang
==
10
){
$
(
".room2-tips"
).
addClass
(
"room2-tips-tv"
)
$
(
".room2-tips2"
).
addClass
(
"room2-tips2-tv"
)
}
else
if
(
sessionStorage
.
lang
!=
2
){
$
(
".room2-tips"
).
addClass
(
"room2-tips-en"
)
$
(
".room2-tips2"
).
addClass
(
"room2-tips2-en"
)
}
$
(
".room2-tips .tips-btn"
).
unbind
(
"click"
).
on
(
"click"
,
function
(){
$
(
".room2-tips"
).
hide
()
$
(
".room2-tips2"
).
fadeIn
(
250
)
})
$
(
".room2-tips2 .tips-btn"
).
unbind
(
"click"
).
on
(
"click"
,
function
(){
var
obj
=
{
"cid"
:
14
,
"reqCode"
:
new
Date
().
getTime
(),
$
(
function
()
{
if
(
sessionStorage
.
version
>=
7590
)
{
$
(
".room2-tips,.room2-tips2"
).
addClass
(
'highVer'
);
}
if
(
sessionStorage
.
lang
==
8
)
{
$
(
".room2-tips"
).
addClass
(
"room2-tips-es"
)
$
(
".room2-tips2"
).
addClass
(
"room2-tips2-es"
)
}
var
obj2
=
JSON
.
stringify
(
obj
);
appCollaboration
(
obj2
);
else
if
(
sessionStorage
.
lang
==
10
)
{
$
(
".room2-tips"
).
addClass
(
"room2-tips-tv"
)
$
(
".room2-tips2"
).
addClass
(
"room2-tips2-tv"
)
}
else
if
(
sessionStorage
.
lang
!=
2
)
{
$
(
".room2-tips"
).
addClass
(
"room2-tips-en"
)
$
(
".room2-tips2"
).
addClass
(
"room2-tips2-en"
)
}
$
(
".room2-tips .tips-btn"
).
unbind
(
"click"
).
on
(
"click"
,
function
()
{
$
(
".room2-tips"
).
hide
()
$
(
".room2-tips2"
).
fadeIn
(
250
)
})
$
(
".room2-tips2 .tips-btn"
).
unbind
(
"click"
).
on
(
"click"
,
function
()
{
var
obj
=
{
"cid"
:
14
,
"reqCode"
:
new
Date
().
getTime
(),
}
var
obj2
=
JSON
.
stringify
(
obj
);
appCollaboration
(
obj2
);
})
})
})
</script>
</html>
\ No newline at end of file
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