瀏覽代碼

no message

xingzai 10 月之前
父節點
當前提交
50f0c60648
共有 1 個文件被更改,包括 2 次插入1 次删除
  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
 }