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
e35420f2
Commit
e35420f2
authored
Feb 29, 2024
by
jyx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整视频位置
parent
50cb0261
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
13 deletions
+12
-13
ttVideoDetail.vue
vedio/pagesC/ttvideo/ttVideoDetail.vue
+12
-13
No files found.
vedio/pagesC/ttvideo/ttVideoDetail.vue
View file @
e35420f2
<
template
>
<view
style=
"width: 100%;height: 100%;"
>
<view
style=
"width: 100%;height: 100%;
background-color: #000000;
"
>
<!--
<status-title
style=
"position: absolute;"
iconColor=
"white"
:showBack=
"true"
/>
-->
<swiper
class=
"swiper"
circular
@
change=
"swiperChange"
:current=
"current"
:vertical=
"true"
:duration=
"duration"
>
<swiper-item
style=
"background-color:
black
;"
v-for=
"(list, index) in displaySwiperList"
:key=
"index"
<swiper-item
style=
"background-color:
#000
;"
v-for=
"(list, index) in displaySwiperList"
:key=
"index"
@
click=
"tapVides()"
>
<block>
<tt-video-player
v-if=
"Math.abs(displayIndex-index)==0"
:id=
"list.vedioIndex"
...
...
@@ -141,15 +141,14 @@
this
.
ttuop
=
64
// #endif
this
.
getData
()
},
onShow
()
{
// 从VIP页面返回关闭弹框
// this.$refs.episodePopup.down();
this
.
windowWidth
=
uni
.
getSystemInfoSync
().
windowWidth
// this.$refs.episodePopup.down();
this
.
windowWidth
=
uni
.
getSystemInfoSync
().
windowWidth
this
.
windowHeight
=
uni
.
getSystemInfoSync
().
windowHeight
-
this
.
safeArea
-
this
.
ttuop
let
showFollowMask
=
uni
.
getStorageSync
(
'show-follow-mask'
)
||
''
;
...
...
@@ -497,8 +496,8 @@
.swiper
{
width
:
100%
;
height
:
100
%
;
background-color
:
#000
000
;
height
:
94
%
;
background-color
:
#000
;
}
.videoHover
{
...
...
@@ -611,13 +610,13 @@
.wordss2
{
width
:
100%
;
height
:
80rpx
;
opacity
:
0
.8
;
background
:
black
;
height
:
6%
;
//
opacity: 0.8;
//
background: black;
display
:
flex
;
flex-direction
:
row
;
align-items
:
center
;
border-radius
:
60rpx
;
//
border-radius: 60rpx;
margin-top
:
20rpx
;
image
{
...
...
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