wangliang_wd

feat:优化我的收藏

... ... @@ -221,7 +221,7 @@ export struct ImageAndTextPageComponent {
.alignContent(Alignment.Top)
.position({y:'86%'})
.width(CommonConstants.FULL_WIDTH)
.height(120)
.height(200)
// 发布时间
Column() {
... ...
... ... @@ -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)) != ''
... ...