Browse Source

no message

xingzai 10 months ago
parent
commit
50f0c60648
1 changed files with 2 additions and 1 deletions
  1. 2 1
      services/article.go

+ 2 - 1
services/article.go

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