liyubing

fix:1)未解决少了点 16732

@@ -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)) != ''