Showing
1 changed file
with
5 additions
and
3 deletions
| @@ -28,10 +28,12 @@ export struct CardSourceInfo { | @@ -28,10 +28,12 @@ export struct CardSourceInfo { | ||
| 28 | .maxLines(1) | 28 | .maxLines(1) |
| 29 | .textOverflow({ overflow: TextOverflow.Ellipsis }) | 29 | .textOverflow({ overflow: TextOverflow.Ellipsis }) |
| 30 | } | 30 | } |
| 31 | - 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)) != '')) { | 31 | + if (((this.contentDTO.rmhPlatform === 1 && this.contentDTO.rmhInfo?.rmhName && this.contentDTO.rmhInfo?.rmhName != '') || (this.contentDTO.source && this.contentDTO.source != '')) && (this.getContentDtoBean()?.interactData?.commentNum |
| 32 | + // || DateTimeUtils.getCommentTime(Number.parseFloat(this.contentDTO.publishTime)) != '' | ||
| 33 | + )) { | ||
| 32 | Image($r("app.media.point")) | 34 | Image($r("app.media.point")) |
| 33 | - .width(16) | ||
| 34 | - .height(16) | 35 | + .width(11) |
| 36 | + .height(11) | ||
| 35 | } | 37 | } |
| 36 | // 新闻tab下的卡片,2天之前的不显示时间。但是如果是搜索情况下展示的卡片,显示时间 | 38 | // 新闻tab下的卡片,2天之前的不显示时间。但是如果是搜索情况下展示的卡片,显示时间 |
| 37 | if (this.contentDTO.isSearch || this.contentDTO.isCollection || | 39 | if (this.contentDTO.isSearch || this.contentDTO.isCollection || |
-
Please register or login to post a comment