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
5591bbf5
authored
4 years ago
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
981b94e3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
gzh/hot/index.html
gzh/hot/index.html
View file @
5591bbf5
...
...
@@ -128,7 +128,7 @@
html+='
<
a
href
=
"yazhai://_'+data.list[i].url+'_zone"
>
';
}
else if(data.list[i].opentype==3){
if(data.list[i].url.indexOf("?") != -1)html+='
<
a
href
=
'+data.list[i].url+'
&
uid
=
'+sessionStorage.bbb+'
&
token
=
'+sessionStorage.kkk+'
>
';
if(data.list[i].url.indexOf("?") != -1)html+='
<
a
href
=
'+data.list[i].url+'
&
uid
=
'+sessionStorage.bbb+'
&
token
=
'+sessionStorage.kkk+'
&
v
=
20210330
>
';
else html+='
<
a
href
=
'+data.list[i].url+'
?
uid
=
'+sessionStorage.bbb+'
&
token
=
'+sessionStorage.kkk+'
>
';
}
html+='
<
li
>
';
...
...
@@ -141,7 +141,7 @@
html
+=
'
<
/a>'
;
}
if
(
data
.
list
[
i
].
mark
==
2
){
html
+=
'
<
a
href
=
'+data.list[i].url+'
?
uid
=
'+sessionStorage.bbb+'
&
token
=
'+sessionStorage.kkk+'
>
';
html
+=
'
<
a
href
=
'+data.list[i].url+'
?
uid
=
'+sessionStorage.bbb+'
&
token
=
'+sessionStorage.kkk+'
&
v
=
20210330
>
';
html+='
<
li
class
=
"act-end"
>
';
html+='
<
img
class
=
"end"
src
=
"images/end.png"
alt
=
""
>
';
html+='
<
div
class
=
"title"
>
'+data.list[i].title+'
<
/div>'
;
...
...
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