Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -35,7 +35,7 @@ export struct PlayUIComponent { | @@ -35,7 +35,7 @@ export struct PlayUIComponent { | ||
| 35 | 35 | ||
| 36 | onChangeMenuVisible() { | 36 | onChangeMenuVisible() { |
| 37 | if (!this.contentDetailData || !this.contentDetailData.liveInfo || | 37 | if (!this.contentDetailData || !this.contentDetailData.liveInfo || |
| 38 | - this.contentDetailData?.liveInfo?.liveState === 'wait' || (this.contentDetailData?.liveInfo?.liveState === 'end' && this.contentDetailData?.liveInfo?.replayUri.length === 0)) { | 38 | + this.contentDetailData?.liveInfo?.liveState === 'wait' || (this.contentDetailData?.liveInfo?.liveState === 'end' && this.liveUrl.length === 0)) { |
| 39 | return | 39 | return |
| 40 | } | 40 | } |
| 41 | clearTimeout(this.time) | 41 | clearTimeout(this.time) |
-
Please register or login to post a comment