Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -106,7 +106,7 @@ export class LiveDetailPageLogic { | @@ -106,7 +106,7 @@ export class LiveDetailPageLogic { | ||
| 106 | noLivingNeedShowNoWifiTip(): boolean { | 106 | noLivingNeedShowNoWifiTip(): boolean { |
| 107 | if (this.liveState == 'wait') { | 107 | if (this.liveState == 'wait') { |
| 108 | if (this.contentDetailData.liveInfo | 108 | if (this.contentDetailData.liveInfo |
| 109 | - && this.contentDetailData.liveInfo.previewUrl.length > 0 | 109 | + && this.contentDetailData.liveInfo.previewUrl?.length > 0 |
| 110 | && this.contentDetailData.liveInfo.previewType == 1) { ///预告视频 | 110 | && this.contentDetailData.liveInfo.previewType == 1) { ///预告视频 |
| 111 | return true | 111 | return true |
| 112 | } | 112 | } |
-
Please register or login to post a comment