Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
飞
飞鹤小程序
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
FH
飞鹤小程序
Commits
c91c66a3
Commit
c91c66a3
authored
Oct 24, 2025
by
劳琪峰
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
8d94317c
ea3eb86c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
Brand.vue
views/Brand.vue
+4
-1
No files found.
views/Brand.vue
View file @
c91c66a3
...
@@ -54,7 +54,9 @@
...
@@ -54,7 +54,9 @@
xcxClick: '品牌故事-次屏页面点击',
xcxClick: '品牌故事-次屏页面点击',
pageName: '品牌故事-首屏页面',
pageName: '品牌故事-首屏页面',
buttonName: '腰部品牌Video'
buttonName: '腰部品牌Video'
}"
object-fit=
"cover"
@
loadedmetadata=
"onVideoLoadedMeta"
@
play=
"onVideo1Play"
@
ended=
"onVideo1Ended"
></video>
}"
:poster=
"video1Channel.posterUrl?.indexOf('http') === 0 ? video1Channel.posterUrl : $baseUrl + video1Channel.posterUrl"
object-fit=
"cover"
@
loadedmetadata=
"onVideoLoadedMeta"
@
play=
"onVideo1Play"
@
ended=
"onVideo1Ended"
></video>
<image
v-else
:data-log=
"{
<image
v-else
:data-log=
"{
xcxClick: '品牌故事-次屏页面点击',
xcxClick: '品牌故事-次屏页面点击',
pageName: '品牌故事-首屏页面',
pageName: '品牌故事-首屏页面',
...
@@ -159,6 +161,7 @@
...
@@ -159,6 +161,7 @@
<video
v-if=
"video2Channel.videoUrl"
ref=
"brandVideo2Ref"
id=
"brandVideo2"
class=
"videoposter"
<video
v-if=
"video2Channel.videoUrl"
ref=
"brandVideo2Ref"
id=
"brandVideo2"
class=
"videoposter"
:src=
"video2Channel.videoUrl?.indexOf('http') === 0 ? video2Channel.videoUrl : $baseUrl + video2Channel.videoUrl"
:src=
"video2Channel.videoUrl?.indexOf('http') === 0 ? video2Channel.videoUrl : $baseUrl + video2Channel.videoUrl"
:autoplay=
"false"
object-fit=
"cover"
@
loadedmetadata=
"onVideoLoadedMeta"
@
play=
"onVideo2Play"
:autoplay=
"false"
object-fit=
"cover"
@
loadedmetadata=
"onVideoLoadedMeta"
@
play=
"onVideo2Play"
:poster=
"video2Channel.posterUrl?.indexOf('http') === 0 ? video2Channel.posterUrl : $baseUrl + video2Channel.posterUrl"
@
ended=
"onVideo2Ended"
></video>
@
ended=
"onVideo2Ended"
></video>
<image
v-else
class=
"videoposter"
:data-comlog=
"{
<image
v-else
class=
"videoposter"
:data-comlog=
"{
xcxComponentClick: 'true',
xcxComponentClick: 'true',
...
...
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