yangchenggong1_wd

fix:bug[18108] 搜索结果-图集卡封面图加载不出,图片数量是-1,见截图

@@ -464,7 +464,7 @@ export struct SearchResultContentComponent { @@ -464,7 +464,7 @@ export struct SearchResultContentComponent {
464 contentDTO.tagWord = -1 464 contentDTO.tagWord = -1
465 contentDTO.isSelect = true 465 contentDTO.isSelect = true
466 contentDTO.rmhInfo = {} as RmhInfoDTO 466 contentDTO.rmhInfo = {} as RmhInfoDTO
467 - contentDTO.photoNum = -1 467 + contentDTO.photoNum = photos !=null && photos.length>0 ? photos.length:-1
468 contentDTO.liveInfo = {} as LiveInfoDTO; 468 contentDTO.liveInfo = {} as LiveInfoDTO;
469 contentDTO.videoInfo = { 469 contentDTO.videoInfo = {
470 videoDuration: Number.parseInt(value.data.duration) 470 videoDuration: Number.parseInt(value.data.duration)