@@ -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)
}