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