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
2d24bf90
authored
7 months ago
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
0abb35be
master
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
activeFt/newMan/index.html
activeFt/newMan/index.html
View file @
2d24bf90
...
...
@@ -198,6 +198,7 @@ $(function(){
url
:
$ip
+
'/actStarSearchTour/getViewBottomData.html'
,
success
:
function
(
data
){
console
.
log
(
'获取底部导航栏信息'
,
data
)
if
(
data
.
result
.
roomData
.
rank
==-
1
)
return
;
var
html
=
[];
html
+=
'
<
div
class
=
"mc-nav-box1"
>
';
html+='
<
img
src
=
"https://big.bgp.ourpow.com/comm'+data.result.roomData.roomFace+'?x-oss-process=image/resize,w_110"
alt
=
""
>
';
...
...
@@ -208,7 +209,7 @@ $(function(){
html
+=
'
<
/div>'
;
html
+=
'
<
div
class
=
"mc-nav-box3"
>
'+data.result.roomData.score+'
/
'+data.result.roomData.levelScore+'
<
/div>'
;
$
(
".mc-nav"
).
show
().
html
(
html
);
console
.
log
(
html
)
}
})
}
...
...
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