wangliang_wd

feat:解决预约列表占位图为空判断

@@ -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 }