Showing
1 changed file
with
7 additions
and
0 deletions
| @@ -30,6 +30,13 @@ export struct CardSourceInfo { | @@ -30,6 +30,13 @@ export struct CardSourceInfo { | ||
| 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 | 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)) != '' | 32 | // || DateTimeUtils.getCommentTime(Number.parseFloat(this.contentDTO.publishTime)) != '' |
| 33 | + || (this.contentDTO.isSearch || this.contentDTO.isCollection || | ||
| 34 | + !this.contentDTO.isSearch && DateTimeUtils.getCommentTime | ||
| 35 | + (Number | ||
| 36 | + .parseFloat(this | ||
| 37 | + .contentDTO.publishTime)) | ||
| 38 | + .indexOf | ||
| 39 | + ('-') === -1) | ||
| 33 | )) { | 40 | )) { |
| 34 | Image($r("app.media.point")) | 41 | Image($r("app.media.point")) |
| 35 | .width(11) | 42 | .width(11) |
-
Please register or login to post a comment