Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
footseen-large-website
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
b835d496
authored
May 09, 2022
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
72aaba35
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
GraphicPage.html
video.html
GraphicPage.html
View file @
b835d496
...
...
@@ -196,7 +196,7 @@ $(function(){
html+='
<
/div>'
;
html
+=
'
<
div
class
=
"add-video-text-box"
>
';
html+='
<
p
>
'+videoList.title+'
<
/p>'
;
html
+=
'
<
div
class
=
"tag-content"
>
'
;
html
+=
'
<
div
class
=
"tag-content
clearfix
"
>
'
;
for
(
var
j
=
0
;
j
<
list
.
tags
.
length
;
j
++
){
html
+=
'
<
div
data
-
type
=
"'+list.tags[j].tagId+'"
class
=
"tag"
>
#
'+list.tags[j].tagName+'
<
/div>'
;
}
...
...
video.html
View file @
b835d496
...
...
@@ -208,7 +208,7 @@ $(function(){
html
+=
'
<
div
class
=
"grap-more"
>
';
html+='
<
div
class
=
"grap-more1"
><
img
src
=
"images/message2.png"
alt
=
""
>
'+list.comment+'
<
/div>'
;
html
+=
'
<
/div>'
;
html
+=
'
<
div
class
=
"tag-content"
>
'
;
html
+=
'
<
div
class
=
"tag-content
clearfix
"
>
'
;
for
(
var
j
=
0
;
j
<
list
.
tags
.
length
;
j
++
){
html
+=
'
<
div
data
-
type
=
"'+list.tags[j].tagId+'"
class
=
"tag"
>
#
'+list.tags[j].tagName+'
<
/div>'
;
if
(
j
+
1
==
list
.
tags
.
length
)
tagsArr
+=
''
+
list
.
tags
[
j
].
tagName
+
''
...
...
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