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
0a0ec26d
authored
9 months ago
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ft活动上线
parent
15da36af
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
11 deletions
activeFt/summer/oldView.html
footseenIcon/action/index.html
footseenIcon/liveData2/index.html
ftIcon/liveData/index.html
ftIcon/liveData/lib/default.js
activeFt/summer/oldView.html
View file @
0a0ec26d
...
@@ -73,7 +73,7 @@ $(function(){
...
@@ -73,7 +73,7 @@ $(function(){
console
.
log
(
'获取主播信息'
,
data
)
console
.
log
(
'获取主播信息'
,
data
)
if
(
data
.
result
.
userData
.
signReceive
!=
0
&&
data
.
result
.
roomData
.
rank
!=-
1
)
$
(
".act-room-bg1"
).
removeClass
(
"act-room-bg2"
)
if
(
data
.
result
.
userData
.
signReceive
!=
0
&&
data
.
result
.
roomData
.
rank
!=-
1
)
$
(
".act-room-bg1"
).
removeClass
(
"act-room-bg2"
)
else
$
(
".act-room-bg1"
).
addClass
(
"act-room-bg2"
)
else
$
(
".act-room-bg1"
).
addClass
(
"act-room-bg2"
)
$
(
".act-room-p1"
).
text
(
data
.
result
.
roomData
.
s
core
)
$
(
".act-room-p1"
).
text
(
data
.
result
.
roomData
.
diffPreS
core
)
$
(
".act-room-p2"
).
text
(
data
.
result
.
roomData
.
rank
)
$
(
".act-room-p2"
).
text
(
data
.
result
.
roomData
.
rank
)
if
(
data
.
result
.
roomData
.
rank
==
1
){
if
(
data
.
result
.
roomData
.
rank
==
1
){
if
(
sessionStorage
.
lang
==
2
)
$
(
".act-room-tips1"
).
text
(
"距離被超越"
)
if
(
sessionStorage
.
lang
==
2
)
$
(
".act-room-tips1"
).
text
(
"距離被超越"
)
...
...
This diff is collapsed.
Click to expand it.
footseenIcon/action/index.html
View file @
0a0ec26d
...
@@ -72,12 +72,12 @@ $(function(){
...
@@ -72,12 +72,12 @@ $(function(){
if
(
data
.
result
.
userData
.
signReceive
!=
0
&&
data
.
result
.
roomData
.
rank
!=-
1
)
$
(
".act-room-bg1"
).
removeClass
(
"act-room-bg2"
)
if
(
data
.
result
.
userData
.
signReceive
!=
0
&&
data
.
result
.
roomData
.
rank
!=-
1
)
$
(
".act-room-bg1"
).
removeClass
(
"act-room-bg2"
)
else
$
(
".act-room-bg1"
).
addClass
(
"act-room-bg2"
)
else
$
(
".act-room-bg1"
).
addClass
(
"act-room-bg2"
)
if
(
sessionStorage
.
lang
==
2
){
if
(
sessionStorage
.
lang
==
2
){
if
(
data
.
result
.
roomData
.
rank
==
1
)
$
(
".act-room-p1"
).
html
(
'距離被超越
:
<
span
>
'+data.result.roomData.
s
core+'
<
/span>'
)
if
(
data
.
result
.
roomData
.
rank
==
1
)
$
(
".act-room-p1"
).
html
(
'距離被超越
:
<
span
>
'+data.result.roomData.
diffPreS
core+'
<
/span>'
)
else
$
(
".act-room-p1"
).
html
(
'距離上一名
:
<
span
>
'+data.result.roomData.
s
core+'
<
/span>'
)
else
$
(
".act-room-p1"
).
html
(
'距離上一名
:
<
span
>
'+data.result.roomData.
diffPreS
core+'
<
/span>'
)
$
(
".act-room-p2"
).
html
(
'當前排名
:
<
span
>
'+data.result.roomData.rank+'
<
/span>'
)
$
(
".act-room-p2"
).
html
(
'當前排名
:
<
span
>
'+data.result.roomData.rank+'
<
/span>'
)
}
else
{
}
else
{
if
(
data
.
result
.
roomData
.
rank
==
1
)
$
(
".act-room-p1"
).
html
(
'
Leading
:
<
span
>
'+data.result.roomData.
s
core+'
<
/span>'
)
if
(
data
.
result
.
roomData
.
rank
==
1
)
$
(
".act-room-p1"
).
html
(
'
Leading
:
<
span
>
'+data.result.roomData.
diffPreS
core+'
<
/span>'
)
else
$
(
".act-room-p1"
).
html
(
'
the
one
ahead
:
<
span
>
'+data.result.roomData.
s
core+'
<
/span>'
)
else
$
(
".act-room-p1"
).
html
(
'
the
one
ahead
:
<
span
>
'+data.result.roomData.
diffPreS
core+'
<
/span>'
)
$
(
".act-room-p2"
).
html
(
'
rank
:
<
span
>
'+data.result.roomData.rank+'
<
/span>'
)
$
(
".act-room-p2"
).
html
(
'
rank
:
<
span
>
'+data.result.roomData.rank+'
<
/span>'
)
}
}
...
...
This diff is collapsed.
Click to expand it.
footseenIcon/liveData2/index.html
View file @
0a0ec26d
...
@@ -108,12 +108,12 @@ $(function(){
...
@@ -108,12 +108,12 @@ $(function(){
console
.
log
(
'获取主播信息'
,
data
)
console
.
log
(
'获取主播信息'
,
data
)
if
(
sessionStorage
.
lang
==
2
){
if
(
sessionStorage
.
lang
==
2
){
if
(
data
.
result
.
roomData
.
rank
==
1
)
$
(
".act-room-p1"
).
html
(
'距離被超越
:
<
span
>
'+data.result.roomData.
s
core+'
<
/span>'
)
if
(
data
.
result
.
roomData
.
rank
==
1
)
$
(
".act-room-p1"
).
html
(
'距離被超越
:
<
span
>
'+data.result.roomData.
diffPreS
core+'
<
/span>'
)
else
$
(
".act-room-p1"
).
html
(
'距離上一名
:
<
span
>
'+data.result.roomData.
s
core+'
<
/span>'
)
else
$
(
".act-room-p1"
).
html
(
'距離上一名
:
<
span
>
'+data.result.roomData.
diffPreS
core+'
<
/span>'
)
$
(
".act-room-p2"
).
html
(
'當前排名
:
<
span
>
'+data.result.roomData.rank+'
<
/span>'
)
$
(
".act-room-p2"
).
html
(
'當前排名
:
<
span
>
'+data.result.roomData.rank+'
<
/span>'
)
}
else
{
}
else
{
if
(
data
.
result
.
roomData
.
rank
==
1
)
$
(
".act-room-p1"
).
html
(
'
Leading
:
<
span
>
'+data.result.roomData.
s
core+'
<
/span>'
)
if
(
data
.
result
.
roomData
.
rank
==
1
)
$
(
".act-room-p1"
).
html
(
'
Leading
:
<
span
>
'+data.result.roomData.
diffPreS
core+'
<
/span>'
)
else
$
(
".act-room-p1"
).
html
(
'
the
one
ahead
:
<
span
>
'+data.result.roomData.
s
core+'
<
/span>'
)
else
$
(
".act-room-p1"
).
html
(
'
the
one
ahead
:
<
span
>
'+data.result.roomData.
diffPreS
core+'
<
/span>'
)
$
(
".act-room-p2"
).
html
(
'
rank
:
<
span
>
'+data.result.roomData.rank+'
<
/span>'
)
$
(
".act-room-p2"
).
html
(
'
rank
:
<
span
>
'+data.result.roomData.rank+'
<
/span>'
)
}
}
...
...
This diff is collapsed.
Click to expand it.
ftIcon/liveData/index.html
View file @
0a0ec26d
...
@@ -102,7 +102,7 @@ $(function(){
...
@@ -102,7 +102,7 @@ $(function(){
url
:
$ip
+
'/actSummerDew/getRoomPartData.html'
,
url
:
$ip
+
'/actSummerDew/getRoomPartData.html'
,
success
:
function
(
data
){
success
:
function
(
data
){
console
.
log
(
'获取主播信息'
,
data
)
console
.
log
(
'获取主播信息'
,
data
)
$
(
".act-room-p1"
).
text
(
data
.
result
.
roomData
.
s
core
)
$
(
".act-room-p1"
).
text
(
data
.
result
.
roomData
.
diffPreS
core
)
$
(
".act-room-p2"
).
text
(
data
.
result
.
roomData
.
rank
)
$
(
".act-room-p2"
).
text
(
data
.
result
.
roomData
.
rank
)
if
(
data
.
result
.
roomData
.
rank
==
1
){
if
(
data
.
result
.
roomData
.
rank
==
1
){
if
(
sessionStorage
.
lang
==
2
)
$
(
".act-room-tips1"
).
text
(
"距離被超越"
)
if
(
sessionStorage
.
lang
==
2
)
$
(
".act-room-tips1"
).
text
(
"距離被超越"
)
...
...
This diff is collapsed.
Click to expand it.
ftIcon/liveData/lib/default.js
View file @
0a0ec26d
...
@@ -60,7 +60,7 @@ if (bbb.indexOf("file:///") > -1) {
...
@@ -60,7 +60,7 @@ if (bbb.indexOf("file:///") > -1) {
sessionStorage
.
lang
=
1
sessionStorage
.
lang
=
1
sessionStorage
.
uid
=
210102
;
sessionStorage
.
uid
=
210102
;
sessionStorage
.
token
=
'debug'
sessionStorage
.
token
=
'debug'
sessionStorage
.
roomId
=
210102
;
sessionStorage
.
roomId
=
155100
;
sessionStorage
.
version
=
8890
sessionStorage
.
version
=
8890
sessionStorage
.
cid
=
'web'
sessionStorage
.
cid
=
'web'
sessionStorage
.
pkg
=
'h5'
sessionStorage
.
pkg
=
'h5'
...
...
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