Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
U
uniapp_vedio
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
android
uniapp_vedio
Commits
f3e7a126
Commit
f3e7a126
authored
Oct 23, 2023
by
jyx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
隐藏分享按钮,修改播放样式
parent
4aee9528
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
recommendVideo.vue
vedio/pages/recommend/recommendVideo.vue
+1
-1
videoDetail.vue
vedio/pagesC/video/videoDetail.vue
+2
-2
No files found.
vedio/pages/recommend/recommendVideo.vue
View file @
f3e7a126
...
...
@@ -22,7 +22,7 @@
:class=
"
{'likeNumActive':list.collect!=0}">
{{
list
.
hot
}}
</text>
</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"
/>
<text
style=
"margin-top: 110rpx; color: #FFFFFF;font-size: 26rpx; text-align: center; font-weight: bold;"
>
分享
</text>
...
...
vedio/pagesC/video/videoDetail.vue
View file @
f3e7a126
...
...
@@ -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=
"co
ver
"
/>
object-fit=
"co
ntain
"
/>
<view
v-if=
"!isqp"
class=
"userInfo"
>
<!-- 点赞 -->
<view
class=
"flex"
style=
"opacity: 0.9; margin-top: 10rpx;"
>
...
...
@@ -22,7 +22,7 @@
:class=
"
{'likeNumActive':data.collect!=0}">
{{
data
.
hot
}}
</text>
</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"
/>
<text
style=
"margin: 0 auto;margin-top: 110rpx; color: #FFFFFF;font-size: 26rpx; font-weight: bold;"
>
分享
</text>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment