Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CFFP-HB
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chao Sun
CFFP-HB
Commits
56ed904f
Commit
56ed904f
authored
Aug 23, 2023
by
zeyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.视频播放统计 相关
parent
9510c320
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
59 additions
and
9 deletions
+59
-9
myPackageA/videoProject/videoDetail.vue
+59
-9
No files found.
myPackageA/videoProject/videoDetail.vue
View file @
56ed904f
...
@@ -9,17 +9,33 @@
...
@@ -9,17 +9,33 @@
@scrolltolower="scrolltolower">
@scrolltolower="scrolltolower">
<view
class=
"videoDetailBox"
>
<view
class=
"videoDetailBox"
>
<view
class=
"videoTitleBox"
>
<view
class=
"videoTitleBox"
>
{{
courseInfo
.
fileTitle
}}
<view>
{{
courseInfo
.
fileTitle
}}
</view>
<view
class=
"iconBottom"
>
<text
class=
"iconfont icon-youjiantou"
></text>
</view>
</view>
</view>
<view
class=
"videoUser"
>
<view
class=
"videoUser"
>
<view
class=
"videoUserImage"
>
<image
:src=
"lecturerInfo.lecturerUrl"
style=
"height: 70rpx;border-radius: 200rpx;"
mode=
"aspectFit"
></image>
</view>
<view
class=
"videoUserContent"
>
<view
class=
"videoUserName"
>
{{
lecturerInfo
.
lecturerName
}}
</view>
<!--
<view
class=
"videoUserRank"
>
高级讲师
</view>
-->
</view>
</view>
</view>
<view
class=
"videoDetail"
>
<view
class=
"videoDetail"
>
<view
style=
"color: #414141;"
v-html=
"courseInfo.fileIntroduce"
></view>
</view>
</view>
</view>
</view>
<view
style=
"border-top: 1rpx solid #eee;"
>
<view
style=
"border-top: 1rpx solid #eee;"
>
</view>
</view>
<view
class=
"relatedVideoBox"
>
<view
class=
"relatedVideoBox"
>
<view
class=
"tagBox"
>
<view
class=
"tagBox"
>
...
@@ -64,9 +80,14 @@
...
@@ -64,9 +80,14 @@
let
courseInfo
=
ref
({
let
courseInfo
=
ref
({
filePathOss
:
''
,
filePathOss
:
''
,
fileFirstImage
:
''
,
fileFirstImage
:
''
,
fileTitle
:
''
fileTitle
:
''
,
fileIntroduce
:
''
});
let
lecturerInfo
=
ref
({
lecturerUrl
:
''
,
lecturerName
:
''
,
lecturerIntroduce
:
''
});
});
let
lecturerInfo
=
ref
({});
//滑动到底事件
//滑动到底事件
...
@@ -147,12 +168,41 @@
...
@@ -147,12 +168,41 @@
<
style
lang=
"scss"
>
<
style
lang=
"scss"
>
.content
{
.content
{
color
:
#000
;
.videoDetailBox
{
.videoDetailBox
{
padding
:
25
rpx
;
padding
:
15
rpx
25
rpx
0
rpx
25
rpx
;
position
:
relative
;
.videoTitleBox
{
.videoTitleBox
{
font-weight
:
600
;
font-weight
:
600
;
font-size
:
32
rpx
font-size
:
32
rpx
;
display
:
flex
;
justify-content
:
space-between
;
align-items
:
center
;
.iconBottom{
transform
:
rotate
(
90deg
)
;
}
}
.videoUser
{
display
:
flex
;
align-items
:
center
;
margin
:
20
rpx
0
10
rpx
0
;
.videoUserContent{
//
.videoUserRank{
//
background
:
#5359CD
;
//
border-radius
:
10
rpx
;
//
color
:
#fff
;
//
padding
:
4
rpx
20
rpx
;
//
}
.videoUserName
{
padding-bottom
:
20
rpx
;
}
}
.videoUserImage
{
width
:
70
rpx
;
margin-right
:
15
rpx
;
}
}
}
}
}
...
...
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