Commit 0c230c2b authored by 朱松文's avatar 朱松文

优化一个小判断

parent bb219ecb
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
</div> </div>
</div> </div>
<div id="player-container" class="player" ref="player-container"> <div id="player-container" class="player" ref="player-container">
<MyVideo ref="my-video" v-if="width > 0 && videoUrl" :src="videoUrl" :width="width" /> <MyVideo ref="my-video" v-if="width > 0 " :src="videoUrl" :width="width" />
</div> </div>
<div class="video-list"> <div class="video-list">
<div class="title">犬只记录</div> <div class="title">犬只记录</div>
......
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