Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -121,7 +121,7 @@ export struct CardSourceInfo { | @@ -121,7 +121,7 @@ export struct CardSourceInfo { | ||
| 121 | } | 121 | } |
| 122 | 122 | ||
| 123 | // 点 | 123 | // 点 |
| 124 | - if (((this.contentDTO.rmhPlatform === 1 && this.contentDTO.rmhInfo?.rmhName && | 124 | + if (this.showTime() || ((this.contentDTO.rmhPlatform === 1 && this.contentDTO.rmhInfo?.rmhName && |
| 125 | this.contentDTO.rmhInfo?.rmhName != '') || (this.contentDTO.source && this.contentDTO.source != '')) && | 125 | this.contentDTO.rmhInfo?.rmhName != '') || (this.contentDTO.source && this.contentDTO.source != '')) && |
| 126 | (this.getContentDtoBean()?.interactData?.commentNum | 126 | (this.getContentDtoBean()?.interactData?.commentNum |
| 127 | // || DateTimeUtils.getCommentTime(Number.parseFloat(this.contentDTO.publishTime)) != '' | 127 | // || DateTimeUtils.getCommentTime(Number.parseFloat(this.contentDTO.publishTime)) != '' |
-
Please register or login to post a comment