Commit 4aee9528 authored by jyx's avatar jyx

代码优化

parent 0137541f
......@@ -8,7 +8,7 @@
:autoplay="true" :isplay="true" play-btn-position="center" :loop="!isplay" @ended="ended"
@controlstoggle="controlstoggle" :show-fullscreen-btn="false" :poster="list.coverImage"
:show-loading="true" @click="tapVideoHover()" :enable-progress-gesture="false"
:style="'width:100%; height:100%;'" :src="list.recommendUrl" object-fit="fill" />
:style="'width:100%; height:100%;'" :src="list.recommendUrl" object-fit="cover" />
</view>
<view v-if="!isqp" class="userInfo flex">
<!-- 点赞 -->
......
......@@ -9,7 +9,7 @@
:show-fullscreen-btn="false" @ended="ended" @controlstoggle="controlstoggle" @click="tapVides()"
@timeupdate="timeupdate" style="width:100%; height:100%;background: #f56c6c;"
:src="list.vedioUrl" :poster="data.coverImage" class="tsvideo" play-btn-position="center"
object-fit="fill" />
object-fit="cover" />
<view v-if="!isqp" class="userInfo">
<!-- 点赞 -->
<view class="flex" style="opacity: 0.9; margin-top: 10rpx;">
......
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