Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
wuyanan
2024-08-23 18:43:03 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7490af8a9bed63587690ed4507791bfc656d4f93
7490af8a
1 parent
0ce39f6f
ref |> 竖屏直播默认垫片页面增加黑色蒙层
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
sight_harmony/features/wdDetailPlayLive/src/main/ets/pages/DetailPlayVLivePage.ets
sight_harmony/features/wdDetailPlayLive/src/main/ets/pages/DetailPlayVLivePage.ets
View file @
7490af8
...
...
@@ -159,6 +159,9 @@ export struct DetailPlayVLivePage {
} else {
// 直播暂停,仍然可以评论
if (this.liveState === 'pause') {
RelativeContainer()
.backgroundColor('#000000')
.opacity(0.5)
LiveEmptyComponent({
emptyType: WDLiveViewDefaultType.WDViewDefaultType_NoLiveSuspend
})
...
...
@@ -173,6 +176,9 @@ export struct DetailPlayVLivePage {
} else {
// 没有配置垫片资源
RelativeContainer()
.backgroundColor('#000000')
.opacity(0.5)
LiveEmptyComponent({
emptyType: WDLiveViewDefaultType.WDViewDefaultType_NoLiveSuspend
})
...
...
Please
register
or
login
to post a comment