Showing
1 changed file
with
3 additions
and
3 deletions
| @@ -125,8 +125,8 @@ export struct TopPlayComponent { | @@ -125,8 +125,8 @@ export struct TopPlayComponent { | ||
| 125 | } | 125 | } |
| 126 | // 直播结束 | 126 | // 直播结束 |
| 127 | if (this.contentDetailData?.liveInfo?.liveState === 'end') { | 127 | if (this.contentDetailData?.liveInfo?.liveState === 'end') { |
| 128 | - this.isHideLoading = true | ||
| 129 | - this.isWait = StringUtils.isNotEmpty(this.playUrl) | 128 | + this.isHideLoading = !StringUtils.isNotEmpty(this.playUrl) |
| 129 | + this.isWait = !StringUtils.isNotEmpty(this.playUrl) | ||
| 130 | } | 130 | } |
| 131 | 131 | ||
| 132 | 132 | ||
| @@ -140,7 +140,7 @@ export struct TopPlayComponent { | @@ -140,7 +140,7 @@ export struct TopPlayComponent { | ||
| 140 | this.previewUrl = '' | 140 | this.previewUrl = '' |
| 141 | } | 141 | } |
| 142 | } | 142 | } |
| 143 | - //Logger.debug(TAG, `---0------>` + this.isWait + ' ->' + this.isHideLoading + ' ->' + this.isEnd+' -->'+this.isVideoSource) | 143 | + // Logger.debug(TAG, `---0------>` + this.isWait + ' ->' + this.isHideLoading + ' ->' + this.isEnd+' -->'+this.isVideoSource) |
| 144 | } | 144 | } |
| 145 | 145 | ||
| 146 | tryToPlay() { | 146 | tryToPlay() { |
-
Please register or login to post a comment