wangliang_wd

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

... ... @@ -106,7 +106,7 @@ export class LiveDetailPageLogic {
noLivingNeedShowNoWifiTip(): boolean {
if (this.liveState == 'wait') {
if (this.contentDetailData.liveInfo
&& this.contentDetailData.liveInfo.previewUrl.length > 0
&& this.contentDetailData.liveInfo.previewUrl?.length > 0
&& this.contentDetailData.liveInfo.previewType == 1) { ///预告视频
return true
}
... ...