Commit da57e1d8 authored by 朱松文's avatar 朱松文

视频页面报错修复

parent 1ba85521
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<div class="player" ref="player-container"> <div class="player" ref="player-container">
<MyVideo <MyVideo
ref="myVideo" ref="myVideo"
v-if="width > 0 && trackData.length > 0" v-if="width > 0"
:src="videoUrl" :src="videoUrl"
:trackData="trackData" :trackData="trackData"
:width="width" :width="width"
......
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