Commit 00ef6704 authored by yyh's avatar yyh

视频poster处理

parent c8f49e80
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div class="van-hairline--bottom type-two"> <div class="van-hairline--bottom type-two">
<div class="title" style="margin-bottom: 10px;">{{proofSubItem.label}}</div> <div class="title" style="margin-bottom: 10px;">{{proofSubItem.label}}</div>
<div v-for="(file,index) in fileList" :key="index" style="margin-bottom: 10px;"> <div v-for="(file,index) in fileList" :key="index" style="margin-bottom: 10px;">
<video controls disablePictureInPicture style="margin-bottom: 10px;width: 100%;"> <video controls :poster="file.snapshot_url" style="margin-bottom: 10px;width: 100%;">
<source :src="file.url"> <source :src="file.url">
你的浏览器不支持Video标签 你的浏览器不支持Video标签
</video> </video>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment