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
liyubing
2024-05-16 09:16:15 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5274385a1a3092fae59a7c09295f545102c6c485
5274385a
1 parent
09121466
feat(信息流):处理二次请求批查获取的数据 响应稿件页面
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
sight_harmony/features/wdComponent/src/main/ets/components/cardCommon/CardSourceInfo.ets
sight_harmony/features/wdComponent/src/main/ets/components/cardCommon/CardSourceInfo.ets
View file @
5274385
...
...
@@ -66,10 +66,10 @@ export struct CardSourceInfo {
*/
private getContentDtoBean(): ContentDTO {
if (this.compDTO == undefined) {
return
new C
ontentDTO
return
this.c
ontentDTO
}
if(this.compDTO.operDataList.length == 0){
return
new C
ontentDTO
return
this.c
ontentDTO
}
return this.compDTO.operDataList[0]
}
...
...
Please
register
or
login
to post a comment