@@ -516,7 +516,8 @@ func YxArticleAnnotation(article *models.HomeArticle) (annotation string) {
body = body[0:endIndex]
}
- annotation = body
+
+ annotation, _ = GetReportContentTextSub(body)
return