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
wangliang_wd
2024-07-08 09:58:46 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bd94d836e916bf2311c5e75e3eed8ec31598e87a
bd94d836
1 parent
2c6a1b24
feat:优化我的收藏
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
sight_harmony/features/wdComponent/src/main/ets/components/ImageAndTextPageComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/cardCommon/CardSourceInfo.ets
sight_harmony/features/wdComponent/src/main/ets/components/ImageAndTextPageComponent.ets
View file @
bd94d83
...
...
@@ -221,7 +221,7 @@ export struct ImageAndTextPageComponent {
.alignContent(Alignment.Top)
.position({y:'86%'})
.width(CommonConstants.FULL_WIDTH)
.height(
12
0)
.height(
20
0)
// 发布时间
Column() {
...
...
sight_harmony/features/wdComponent/src/main/ets/components/cardCommon/CardSourceInfo.ets
View file @
bd94d83
...
...
@@ -118,7 +118,7 @@ export struct CardSourceInfo {
}
// 点
if (
this.showTime() ||
((this.contentDTO.rmhPlatform === 1 && this.contentDTO.rmhInfo?.rmhName &&
if (((this.contentDTO.rmhPlatform === 1 && this.contentDTO.rmhInfo?.rmhName &&
this.contentDTO.rmhInfo?.rmhName != '') || (this.contentDTO.source && this.contentDTO.source != '')) &&
(this.getContentDtoBean()?.interactData?.commentNum
// || DateTimeUtils.getCommentTime(Number.parseFloat(this.contentDTO.publishTime)) != ''
...
...
Please
register
or
login
to post a comment