提交 e3545c97 编写于 作者: D DCloud_LXH

fix(H5): video show-progress fixed #3908

上级 82074cb2
......@@ -51,10 +51,14 @@
class="uni-video-control-button"
@click.stop="trigger"
/>
<div class="uni-video-current-time">
<div
v-show="showProgress"
class="uni-video-current-time"
>
{{ currentTime|time }}
</div>
<div
v-show="showProgress"
ref="progress"
class="uni-video-progress-container"
@click.stop="clickProgress($event)"
......@@ -73,7 +77,10 @@
</div>
</div>
</div>
<div class="uni-video-duration">
<div
v-show="showProgress"
class="uni-video-duration"
>
{{ (duration||durationTime)|time }}
</div>
</div>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册