Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jianchayuan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mahui
jianchayuan
Commits
c8a2a38f
Commit
c8a2a38f
authored
Dec 24, 2020
by
mahui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ss
parent
89a54f6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
secondPage.vue
src/page/secondPage.vue
+6
-2
No files found.
src/page/secondPage.vue
View file @
c8a2a38f
...
...
@@ -8,13 +8,13 @@
<div
class=
"left"
:style=
"
{width:index==2?'1860px':'1300px'}">
<div
id=
"divPlugin"
v-if=
"index==1"
></div>
<video
v-if=
"index==0"
class=
"video"
:src=
"video_src"
width=
"1300"
height=
"750"
controls
autoplay
@
ended=
"ended(sort)"
>
不支持当前video标签
</video>
<p
class=
"video_name"
v-if=
"index==0"
>
{{
video_name
}}
</p>
<p
class=
"video_name"
>
{{
video_name
}}
</p>
<div
v-if=
"index==2"
class=
"videoList"
>
<div
v-for=
"(item,index) in channelLists"
:key=
"index"
class=
"video_one"
@
click=
"item.play=!item.play"
>
<!--
<div
class=
"cover"
v-show=
"!item.play"
>
-->
<!--
<img
src=
"static/play.png"
alt=
""
>
-->
<!--
</div>
-->
<video
:src=
"item.src"
width=
"500"
height=
"300"
controls
@
ended=
"ended(sort)"
>
不支持当前video标签
</video>
<video
:src=
"item.src"
width=
"500"
height=
"300"
controls
>
不支持当前video标签
</video>
</div>
</div>
</div>
...
...
@@ -171,6 +171,10 @@
title
:
'2018年8月14日,杭州市人民检察院公益诉讼检察开放日典型案例介绍'
,
src
:
'/static/video/welfare/welfare_1.mp4'
,
play
:
false
,
},{
title
:
'野生动物保护案背后的揪心故事'
,
src
:
'/static/video/welfare/welfare_2.mp4'
,
play
:
false
,
},{
title
:
'爸爸去哪儿了'
,
src
:
'/static/video/welfare/welfare_3.mp4'
,
...
...
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