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