Showing
1 changed file
with
3 additions
and
0 deletions
| @@ -64,6 +64,9 @@ export struct TopPlayComponent { | @@ -64,6 +64,9 @@ export struct TopPlayComponent { | ||
| 64 | Logger.debug(TAG, 'ok-' + `${this.imgUrl}`) | 64 | Logger.debug(TAG, 'ok-' + `${this.imgUrl}`) |
| 65 | } | 65 | } |
| 66 | this.isWait = this.liveDetailsBean?.liveInfo?.liveState == 'wait' | 66 | this.isWait = this.liveDetailsBean?.liveInfo?.liveState == 'wait' |
| 67 | + if(this.isWait ){ | ||
| 68 | + this.isLoading = true | ||
| 69 | + } | ||
| 67 | this.isEnd = this.liveDetailsBean?.liveInfo?.liveState === 'end' && | 70 | this.isEnd = this.liveDetailsBean?.liveInfo?.liveState === 'end' && |
| 68 | StringUtils.isEmpty(this.liveDetailsBean?.liveInfo?.vlive[0]?.replayUri) | 71 | StringUtils.isEmpty(this.liveDetailsBean?.liveInfo?.vlive[0]?.replayUri) |
| 69 | if (!this.isWait && this.liveDetailsBean.liveInfo && this.liveDetailsBean.liveInfo.vlive.length > 0) { | 72 | if (!this.isWait && this.liveDetailsBean.liveInfo && this.liveDetailsBean.liveInfo.vlive.length > 0) { |
-
Please register or login to post a comment