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
a73c375b
Commit
a73c375b
authored
Oct 13, 2025
by
劳琪峰
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
parents
3ed124c7
6dd73681
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Home.vue
views/Home.vue
+4
-4
No files found.
views/Home.vue
View file @
a73c375b
...
@@ -705,7 +705,7 @@ export default {
...
@@ -705,7 +705,7 @@ export default {
componentContent
:
item
.
title
componentContent
:
item
.
title
});
});
if
(
item
.
videoUrl
)
{
if
(
item
.
videoUrl
)
{
this
.
currentVideoUrl
=
this
.
$baseUrl
+
item
.
videoUrl
;
this
.
currentVideoUrl
=
item
.
videoUrl
.
indexOf
(
'http'
)
===
-
1
?
this
.
$baseUrl
+
item
.
videoUrl
:
item
.
videoUrl
;
this
.
showVideo
=
true
;
this
.
showVideo
=
true
;
return
;
return
;
}
}
...
@@ -1143,7 +1143,7 @@ export default {
...
@@ -1143,7 +1143,7 @@ export default {
if
(
this
.
floatIcon
.
videoUrl
)
{
if
(
this
.
floatIcon
.
videoUrl
)
{
// 播放视频
// 播放视频
this
.
currentVideoUrl
=
this
.
$baseUrl
+
this
.
floatIcon
.
videoUrl
;
this
.
currentVideoUrl
=
this
.
floatIcon
.
videoUrl
.
indexOf
(
'http'
)
===
-
1
?
this
.
$baseUrl
+
this
.
floatIcon
.
videoUrl
:
this
.
floatIcon
.
videoUrl
;
this
.
showVideo
=
true
;
this
.
showVideo
=
true
;
return
;
return
;
}
else
if
(
this
.
floatIcon
.
link
)
{
}
else
if
(
this
.
floatIcon
.
link
)
{
...
@@ -1757,9 +1757,9 @@ export default {
...
@@ -1757,9 +1757,9 @@ export default {
.channelscroll {
.channelscroll {
width: 718rpx;
width: 718rpx;
overflow-y: scroll;
//
overflow-y: scroll;
margin-top: 32rpx;
margin-top: 32rpx;
height: 620rpx;
//
height: 620rpx;
.box {
.box {
display: flex;
display: flex;
...
...
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