Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
yangchenggong1_wd
2024-05-28 15:09:16 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fb815ac2da86a0bdb9ee75948fed09268c21810f
fb815ac2
1 parent
b5b2bc34
fix:bug[18108] 搜索结果-图集卡封面图加载不出,图片数量是-1,见截图
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/search/SearchResultContentComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/search/SearchResultContentComponent.ets
View file @
fb815ac
...
...
@@ -464,7 +464,7 @@ export struct SearchResultContentComponent {
contentDTO.tagWord = -1
contentDTO.isSelect = true
contentDTO.rmhInfo = {} as RmhInfoDTO
contentDTO.photoNum = -1
contentDTO.photoNum =
photos !=null && photos.length>0 ? photos.length:
-1
contentDTO.liveInfo = {} as LiveInfoDTO;
contentDTO.videoInfo = {
videoDuration: Number.parseInt(value.data.duration)
...
...
Please
register
or
login
to post a comment