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
1f8a4c65
authored
Jun 14, 2024
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ft活动上线
parent
7f7d0865
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
7 deletions
activeFt/develop/index.html
activeFt/develop/index.html
View file @
1f8a4c65
...
...
@@ -8,7 +8,7 @@
<meta
name=
"apple-mobile-web-app-status-bar-style"
content=
"black-translucent"
>
<meta
content=
"telephone=no"
name=
"format-detection"
>
<meta
name=
"wap-font-scale"
content=
"no"
>
<title>
美眉
养成记
</title>
<title>
美眉
養成記
</title>
<script
src=
"lib/fsize.js"
></script>
<link
rel=
"stylesheet"
href=
"css/base.css"
>
<link
rel=
"stylesheet"
href=
"css/layer.css"
>
...
...
@@ -178,6 +178,7 @@ $(function(){
appCollaboration
(
obj2
);
if
(
sessionStorage
.
lang
!=
2
){
$
(
"body"
).
addClass
(
"bg-en"
)
$
(
"title"
).
text
(
"Beaut Cultivation Journey"
)
$
(
".rule-btn"
).
attr
(
"src"
,
"images/en/rule-btn.png"
)
$
(
".en-t1"
).
text
(
"Send event gifts"
)
$
(
".en-t2"
).
text
(
" 1 score=1 FEATHERs"
)
...
...
@@ -269,14 +270,17 @@ $(function(){
success
:
function
(
data
){
console
.
log
(
'获取底部'
,
data
)
var
html
=
[]
var
list
=
data
.
result
.
roomData
if
(
list
.
rank
==-
1
)
return
;
html
+=
'
<
li
>
';
html+='
<
div
class
=
"list-li-box1"
>
1
<
/div>'
;
html
+=
'
<
div
class
=
"list-li-box2"
><
a
href
=
"yazhai://_11142228_zone"
><
img
class
=
"list-mc-face"
src
=
"https://big.bgp.ourpow.com/comm/stscli/prod/11142228/1680862591289/28A70D36-6D8F-4D45-92FE-0D3784EB6DB3.jpeg?x-oss-process=image/resize,w_80"
alt
=
""
><
/a>'
;
html
+=
'
<
a
href
=
"yazhai://_155100_zone"
><
img
class
=
"list-user-face"
src
=
"https://big.bgp.ourpow.com/comm/stscli/prod/15510016989161233734e851c79dc8146ce8539f3ecc363271c.jpg?x-oss-process=image/resize,w_80"
alt
=
""
><
/a></
div
>
';
html+='
<
div
class
=
"list-li-box3"
><
p
class
=
"list-li-p1"
>
馬嘉琪
<
/p><p class="list-li-p2">積分: 5</
p
><
/div>'
;
html
+=
'
<
div
class
=
"list-li-box4"
><
div
class
=
"nav"
>
進度
:
0
%<
/div></
div
><
img
class
=
"list-line"
src
=
"images/line.png"
>
';
html+='
<
div
class
=
"list-li-box1"
>
'+list.rank+'
<
/div>'
;
html
+=
'
<
div
class
=
"list-li-box2"
><
a
href
=
"yazhai://_'+list.roomId+'_zone"
><
img
class
=
"list-mc-face"
src
=
"https://big.bgp.ourpow.com/comm'+list.roomFace+'?x-oss-process=image/resize,w_80"
alt
=
""
><
/a>'
;
html
+=
'
<
a
href
=
"yazhai://_155100_zone"
><
img
class
=
"list-user-face"
src
=
"https://big.bgp.ourpow.com/comm'+list.fansRank[0].face+'?x-oss-process=image/resize,w_80"
alt
=
""
><
/a></
div
>
';
html+='
<
div
class
=
"list-li-box3"
><
p
class
=
"list-li-p1"
>
馬嘉琪
<
/p><p class="list-li-p2">積分: '+list.score+'</
p
><
/div>'
;
var
barWidth2
=
Math
.
floor
(
list
.
score
/
data
.
result
.
targetData
.
stageScore
*
100
)
html
+=
'
<
div
class
=
"list-li-box4"
><
div
class
=
"nav"
>
進度
:
'+barWidth2+'
%<
/div></
div
>
';
html+='
<
/li>'
;
$
(
".bottom-bg"
).
html
(
html
)
$
(
".bottom-bg"
).
html
(
html
)
.
show
()
}
})
}
...
...
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