Showing
1 changed file
with
4 additions
and
3 deletions
| @@ -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 |
-
Please register or login to post a comment