wangliang_wd

feat:优化推荐展示

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