Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -111,7 +111,7 @@ export struct CardSourceInfo { | @@ -111,7 +111,7 @@ export struct CardSourceInfo { | ||
| 111 | } | 111 | } |
| 112 | 112 | ||
| 113 | // 点 | 113 | // 点 |
| 114 | - if (((this.contentDTO.rmhPlatform === 1 && this.contentDTO.rmhInfo?.rmhName && | 114 | + if (this.showTime() || ((this.contentDTO.rmhPlatform === 1 && this.contentDTO.rmhInfo?.rmhName && |
| 115 | this.contentDTO.rmhInfo?.rmhName != '') || (this.contentDTO.source && this.contentDTO.source != '')) && | 115 | this.contentDTO.rmhInfo?.rmhName != '') || (this.contentDTO.source && this.contentDTO.source != '')) && |
| 116 | (this.getContentDtoBean()?.interactData?.commentNum | 116 | (this.getContentDtoBean()?.interactData?.commentNum |
| 117 | // || DateTimeUtils.getCommentTime(Number.parseFloat(this.contentDTO.publishTime)) != '' | 117 | // || DateTimeUtils.getCommentTime(Number.parseFloat(this.contentDTO.publishTime)) != '' |
-
Please register or login to post a comment