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
065da875
authored
Sep 01, 2024
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
a06af5f0
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
activeFt/luckyGod/oldView.html
ftIcon/action2/index.html
ftIcon/liveData/index.html
ftIcon/liveData2/index.html
activeFt/luckyGod/oldView.html
View file @
065da875
...
...
@@ -109,7 +109,7 @@ $(function(){
}
$
(
".act-room-bg"
).
removeClass
(
"act-room-bg2"
).
show
()
$
(
".act-room-p1"
).
text
(
data
.
result
.
roomData
.
score
)
$
(
".act-room-p2 span"
).
text
(
Math
.
floor
(
data
.
result
.
roomData
.
score
/
10000
*
100
))
$
(
".act-room-p2 span"
).
text
(
Math
.
floor
(
data
.
result
.
roomData
.
score
/
10000
*
100
)
+
'%'
)
$
(
".act-room-p3 span"
).
text
(
data
.
result
.
roomData
.
rank
)
}
})
...
...
ftIcon/action2/index.html
View file @
065da875
...
...
@@ -76,7 +76,7 @@ $(function(){
}
$
(
".act-room-bg"
).
removeClass
(
"act-room-bg2"
).
show
()
$
(
".act-room-p1 span"
).
text
(
data
.
result
.
roomData
.
score
)
$
(
".act-room-p2 span"
).
text
(
Math
.
floor
(
data
.
result
.
roomData
.
score
/
10000
*
100
))
$
(
".act-room-p2 span"
).
text
(
Math
.
floor
(
data
.
result
.
roomData
.
score
/
10000
*
100
)
+
'%'
)
$
(
".act-room-p3 span"
).
text
(
data
.
result
.
roomData
.
rank
)
}
})
...
...
ftIcon/liveData/index.html
View file @
065da875
...
...
@@ -103,7 +103,7 @@ $(function(){
console
.
log
(
'圖標數據'
,
data
)
$
(
".act-room-bg"
).
show
()
$
(
".act-room-p1"
).
text
(
data
.
result
.
roomData
.
score
)
$
(
".act-room-p2 span"
).
text
(
Math
.
floor
(
data
.
result
.
roomData
.
score
/
10000
*
100
))
$
(
".act-room-p2 span"
).
text
(
Math
.
floor
(
data
.
result
.
roomData
.
score
/
10000
*
100
)
+
'%'
)
$
(
".act-room-p3 span"
).
text
(
data
.
result
.
roomData
.
rank
)
}
})
...
...
ftIcon/liveData2/index.html
View file @
065da875
...
...
@@ -115,7 +115,7 @@ $(function(){
$
(
".act-room-bg"
).
show
()
$
(
".act-room-p1 span"
).
text
(
data
.
result
.
roomData
.
score
)
$
(
".act-room-p2 span"
).
text
(
Math
.
floor
(
data
.
result
.
roomData
.
score
/
10000
*
100
))
$
(
".act-room-p2 span"
).
text
(
Math
.
floor
(
data
.
result
.
roomData
.
score
/
10000
*
100
)
+
'%'
)
$
(
".act-room-p3 span"
).
text
(
data
.
result
.
roomData
.
rank
)
}
})
...
...
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