Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -30,7 +30,7 @@ export class LiveDetailPageLogic { | @@ -30,7 +30,7 @@ export class LiveDetailPageLogic { | ||
| 30 | * @returns true:横屏直播;false:竖屏直播 | 30 | * @returns true:横屏直播;false:竖屏直播 |
| 31 | */ | 31 | */ |
| 32 | isLangScapeScreenVideo(): boolean { | 32 | isLangScapeScreenVideo(): boolean { |
| 33 | - return true | 33 | + |
| 34 | return this.liveState === 'wait' || this.liveLandscape === 'news' | 34 | return this.liveState === 'wait' || this.liveLandscape === 'news' |
| 35 | } | 35 | } |
| 36 | 36 | ||
| @@ -40,7 +40,7 @@ export class LiveDetailPageLogic { | @@ -40,7 +40,7 @@ export class LiveDetailPageLogic { | ||
| 40 | * @returns | 40 | * @returns |
| 41 | */ | 41 | */ |
| 42 | isVerticalScreenVideo(): boolean { | 42 | isVerticalScreenVideo(): boolean { |
| 43 | - return false | 43 | + |
| 44 | return this.liveLandscape === 'general' | 44 | return this.liveLandscape === 'general' |
| 45 | } | 45 | } |
| 46 | 46 |
-
Please register or login to post a comment