Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
guodong
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
2d61d6d1
authored
Mar 02, 2021
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
7a32642b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
gzh/hot/index.html
gzh/login.html
gzh/hot/index.html
View file @
2d61d6d1
...
...
@@ -135,7 +135,7 @@
html
+=
'
<
/a>'
;
}
if
(
data
.
list
[
i
].
mark
==
2
){
html
+=
'
<
a
href
=
'+data.list[i].url+'
?
uid
=
'+
localStorage.uid+'
&
token
=
'+local
Storage.token+'
>
';
html
+=
'
<
a
href
=
'+data.list[i].url+'
?
uid
=
'+
sessionStorage.uid+'
&
token
=
'+session
Storage.token+'
>
';
html+='
<
li
class
=
"act-end"
>
';
html+='
<
img
class
=
"end"
src
=
"images/end.png"
alt
=
""
>
';
html+='
<
div
class
=
"title"
>
'+data.list[i].title+'
<
/div>'
;
...
...
gzh/login.html
View file @
2d61d6d1
...
...
@@ -33,7 +33,7 @@
</div>
</div>
</body>
<script
src=
"lib/jquery-3.1.1.min.js"
></script>
<script
src=
"lib/jquery-3.1.1.min.js"
></script>
w
<script
src=
"lib/fingerprint2.js"
></script>
<script
src=
"layer-v3.1.0/layer/layer.js"
></script>
<script>
...
...
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