Commit f3e7a126 authored by jyx's avatar jyx

隐藏分享按钮,修改播放样式

parent 4aee9528
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
:class="{'likeNumActive':list.collect!=0}">{{list.hot}}</text> :class="{'likeNumActive':list.collect!=0}">{{list.hot}}</text>
</view> </view>
<!-- 分享 --> <!-- 分享 -->
<view class="flex" style="opacity: 0.9; margin-top: 10rpx;"> <view v-show="false" class="flex" style="opacity: 0.9; margin-top: 10rpx;">
<image src="@/static/video/share-fill.png" /> <image src="@/static/video/share-fill.png" />
<text <text
style="margin-top: 110rpx; color: #FFFFFF;font-size: 26rpx; text-align: center; font-weight: bold;">分享</text> style="margin-top: 110rpx; color: #FFFFFF;font-size: 26rpx; text-align: center; font-weight: bold;">分享</text>
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
:show-fullscreen-btn="false" @ended="ended" @controlstoggle="controlstoggle" @click="tapVides()" :show-fullscreen-btn="false" @ended="ended" @controlstoggle="controlstoggle" @click="tapVides()"
@timeupdate="timeupdate" style="width:100%; height:100%;background: #f56c6c;" @timeupdate="timeupdate" style="width:100%; height:100%;background: #f56c6c;"
:src="list.vedioUrl" :poster="data.coverImage" class="tsvideo" play-btn-position="center" :src="list.vedioUrl" :poster="data.coverImage" class="tsvideo" play-btn-position="center"
object-fit="cover" /> object-fit="contain" />
<view v-if="!isqp" class="userInfo"> <view v-if="!isqp" class="userInfo">
<!-- 点赞 --> <!-- 点赞 -->
<view class="flex" style="opacity: 0.9; margin-top: 10rpx;"> <view class="flex" style="opacity: 0.9; margin-top: 10rpx;">
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
:class="{'likeNumActive':data.collect!=0}">{{data.hot}}</text> :class="{'likeNumActive':data.collect!=0}">{{data.hot}}</text>
</view> </view>
<!-- 分享 --> <!-- 分享 -->
<view class="flex" style="opacity: 0.9; margin-top: 10rpx;"> <view v-show="false" class="flex" style="opacity: 0.9; margin-top: 10rpx;">
<image src="@/static/video/share-fill.png" /> <image src="@/static/video/share-fill.png" />
<text <text
style="margin: 0 auto;margin-top: 110rpx; color: #FFFFFF;font-size: 26rpx; font-weight: bold;">分享</text> style="margin: 0 auto;margin-top: 110rpx; color: #FFFFFF;font-size: 26rpx; font-weight: bold;">分享</text>
......
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