wuyanan

ref |> 临时修复uat直播无法进入问题

@@ -60,9 +60,10 @@ export class LiveDetailPageLogic { @@ -60,9 +60,10 @@ export class LiveDetailPageLogic {
60 60
61 // 垫图资源 61 // 垫图资源
62 if (this.contentDetailData.liveInfo){ 62 if (this.contentDetailData.liveInfo){
63 -  
64 - if(this.contentDetailData.liveInfo.padImageUri.length > 0){  
65 - this.padImageUri =this.contentDetailData.liveInfo.padImageUri 63 + if(this.contentDetailData.liveInfo.padImageUri) {
  64 + if(this.contentDetailData.liveInfo.padImageUri.length > 0){
  65 + this.padImageUri =this.contentDetailData.liveInfo.padImageUri
  66 + }
66 } 67 }
67 //this.padImageUri = 'https://uatjdcdnphoto.aikan.pdnews.cn/sjbj-20240515/image/display/cdb84fe86b1440d58f3fc585841b928d.jpg' 68 //this.padImageUri = 'https://uatjdcdnphoto.aikan.pdnews.cn/sjbj-20240515/image/display/cdb84fe86b1440d58f3fc585841b928d.jpg'
68 69