Commit e807c59e authored by mengcuiguang's avatar mengcuiguang

代码优化

parent 0d2f4deb
......@@ -6,7 +6,7 @@
<block>
<tt-video-player v-if="canUseTTPlayer && Math.abs(displayIndex-index)==0" :id="list.vedioIndex"
:album-id="list.douyinAlbumId" :episode-id="list.douyinEpisodeId" :cloud-type="1" version="1"
object-fit="fill" :controls="controls" :poster="data.coverImage" :loop="!isplay"
object-fit="contain" :controls="controls" :poster="data.coverImage" :loop="!isplay"
:autoplay="!list.lock" :enable-progress-gesture="false" :show-loading="true" @play="startPlay"
:show-fullscreen-btn="false" @controlstoggle="controlstoggle" @timeupdate="timeUpdate"
@ended="ended" />
......
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