Showing
2 changed files
with
1 additions
and
1 deletions
| @@ -31,6 +31,7 @@ export struct PlayUIComponent { | @@ -31,6 +31,7 @@ export struct PlayUIComponent { | ||
| 31 | @Consume playSourceState: number | 31 | @Consume playSourceState: number |
| 32 | 32 | ||
| 33 | onChangeMenuVisible() { | 33 | onChangeMenuVisible() { |
| 34 | + this.isPlayStatus = !this.isPlayStatus | ||
| 34 | if (!this.contentDetailData || !this.contentDetailData.liveInfo || | 35 | if (!this.contentDetailData || !this.contentDetailData.liveInfo || |
| 35 | this.contentDetailData?.liveInfo?.liveState === 'wait') { | 36 | this.contentDetailData?.liveInfo?.liveState === 'wait') { |
| 36 | return | 37 | return |
| @@ -40,7 +40,6 @@ export struct TopPlayComponent { | @@ -40,7 +40,6 @@ export struct TopPlayComponent { | ||
| 40 | @Consume @Watch('pageHideChange') pageHide: number | 40 | @Consume @Watch('pageHideChange') pageHide: number |
| 41 | init: boolean = false | 41 | init: boolean = false |
| 42 | @Prop @Watch("liveIMControlMessageChange") lastLiveControl: LiveRoomItemBean = {} as LiveRoomItemBean // IM 控制消息 | 42 | @Prop @Watch("liveIMControlMessageChange") lastLiveControl: LiveRoomItemBean = {} as LiveRoomItemBean // IM 控制消息 |
| 43 | - | ||
| 44 | pageShowChange() { | 43 | pageShowChange() { |
| 45 | this.playerController?.play() | 44 | this.playerController?.play() |
| 46 | } | 45 | } |
-
Please register or login to post a comment