xingzai 2 ani în urmă
părinte
comite
7b79df285b
1 a modificat fișierele cu 0 adăugiri și 4 ștergeri
  1. 0 4
      services/article.go

+ 0 - 4
services/article.go

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