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-09-25 18:31:56 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c0c16163333c3c6300afa6cb08075709e1789ccd
c0c16163
1 parent
d90230db
ref |> 去除调试代码
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
sight_harmony/features/wdDetailPlayLive/src/main/ets/viewModel/LiveDetailPageLogic.ets
sight_harmony/features/wdDetailPlayLive/src/main/ets/viewModel/LiveDetailPageLogic.ets
View file @
c0c1616
...
...
@@ -30,7 +30,7 @@ export class LiveDetailPageLogic {
* @returns true:横屏直播;false:竖屏直播
*/
isLangScapeScreenVideo(): boolean {
return true
return this.liveState === 'wait' || this.liveLandscape === 'news'
}
...
...
@@ -40,7 +40,7 @@ export class LiveDetailPageLogic {
* @returns
*/
isVerticalScreenVideo(): boolean {
return false
return this.liveLandscape === 'general'
}
...
...
Please
register
or
login
to post a comment