xingzai 2 жил өмнө
parent
commit
7b79df285b

+ 0 - 4
services/article.go

@@ -1804,10 +1804,6 @@ func HandleArticleCategoryImg(list []*models.HomeArticle) (items []*models.HomeA
 
 
 //处理核心观点的展示规则
 //处理核心观点的展示规则
 func ArticleAnnotation(item *models.HomeArticle) (annotation string) {
 func ArticleAnnotation(item *models.HomeArticle) (annotation string) {
-
-	if item.ArticleId != 7700 {
-		return
-	}
 	if item.ArticleId >= utils.SummaryArticleId {
 	if item.ArticleId >= utils.SummaryArticleId {
 		item.Annotation = YxArticleAnnotation(item)
 		item.Annotation = YxArticleAnnotation(item)
 	}
 	}