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
47309d84
Commit
47309d84
authored
Aug 05, 2025
by
spc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
3
parent
f32f13f9
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
478 additions
and
11 deletions
+478
-11
Brand.vue
views/Brand.vue
+9
-2
Home.vue
views/Home.vue
+469
-9
No files found.
views/Brand.vue
View file @
47309d84
...
@@ -39,12 +39,15 @@
...
@@ -39,12 +39,15 @@
</view>
</view>
</view>
</view>
<view
class=
"videoposterbox"
>
<view
class=
"videoposterbox"
>
<image
:data-log=
"{
<video
class=
"videoposter"
:src=
"videoPosterUrl"
controls=
"false"
:style=
"{ width: '100%', height: '100%' }"
@
loadedmetadata=
"onVideoLoadedMeta"
></video>
<!-- <image :data-log="{
xcxClick: '品牌故事-次屏页面点击',
xcxClick: '品牌故事-次屏页面点击',
pageName: '品牌故事-首屏页面',
pageName: '品牌故事-首屏页面',
buttonName: '腰部品牌Video'
buttonName: '腰部品牌Video'
}" @tap="openChannel" class="videoposter" :src="$baseUrl + 'brandpage/videoposter.png'">
}" @tap="openChannel" class="videoposter" :src="$baseUrl + 'brandpage/videoposter.png'">
</image>
</image>
-->
</view>
</view>
<view
id=
"secondScreen"
class=
"productcontai"
>
<view
id=
"secondScreen"
class=
"productcontai"
>
<text
class=
"maintitle"
>
飞鹤产品家族
</text>
<text
class=
"maintitle"
>
飞鹤产品家族
</text>
...
@@ -304,6 +307,7 @@ export default {
...
@@ -304,6 +307,7 @@ export default {
swiperNameList
:
[
"北纬47°入口"
,
"自有牧场入口"
,
"工厂预约入口"
],
swiperNameList
:
[
"北纬47°入口"
,
"自有牧场入口"
,
"工厂预约入口"
],
hexiaofeiNameList
:
[
"主要竖屏商品"
,
"主要横屏商品"
,
"视频号"
,
"小红书"
],
hexiaofeiNameList
:
[
"主要竖屏商品"
,
"主要横屏商品"
,
"视频号"
,
"小红书"
],
exposureTracker
:
null
,
exposureTracker
:
null
,
videoPosterUrl
:
''
,
}
}
},
},
mounted
()
{
mounted
()
{
...
@@ -750,6 +754,7 @@ export default {
...
@@ -750,6 +754,7 @@ export default {
}
}
]
]
],
],
"videoPosterUrl"
:
"https://course.feihe.com/momclub-picture/brandpage/banner_1%E6%85%A2%E4%BA%BA%E8%8A%82x%E9%A3%9E%E9%B9%A4%2B-%2B%E5%9C%9FFINAL.mp4"
,
"videoUrl"
:
"https://course.feihe.com/momclub-picture/brandpage/banner_1%E6%85%A2%E4%BA%BA%E8%8A%82x%E9%A3%9E%E9%B9%A4%2B-%2B%E5%9C%9FFINAL.mp4"
,
"videoUrl"
:
"https://course.feihe.com/momclub-picture/brandpage/banner_1%E6%85%A2%E4%BA%BA%E8%8A%82x%E9%A3%9E%E9%B9%A4%2B-%2B%E5%9C%9FFINAL.mp4"
,
"esgInfoList"
:
[
"esgInfoList"
:
[
[
[
...
@@ -1381,6 +1386,7 @@ export default {
...
@@ -1381,6 +1386,7 @@ export default {
if
(
data
.
videoUrl
.
indexOf
(
'http'
)
===
-
1
)
{
if
(
data
.
videoUrl
.
indexOf
(
'http'
)
===
-
1
)
{
data
.
videoUrl
=
this
.
$baseUrl
+
data
.
videoUrl
;
data
.
videoUrl
=
this
.
$baseUrl
+
data
.
videoUrl
;
}
}
this
.
videoPosterUrl
=
data
.
videoPosterUrl
;
this
.
currentVideoUrl
=
data
.
videoUrl
;
this
.
currentVideoUrl
=
data
.
videoUrl
;
this
.
channel
=
data
.
channel
;
this
.
channel
=
data
.
channel
;
}
}
...
@@ -1649,6 +1655,7 @@ export default {
...
@@ -1649,6 +1655,7 @@ export default {
.videoposter {
.videoposter {
width: 686rpx;
width: 686rpx;
height: 384rpx;
height: 384rpx;
border-radius: 24rpx;
}
}
...
...
views/Home.vue
View file @
47309d84
This diff is collapsed.
Click to expand it.
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