rdluck 4 years ago
parent
commit
df01ed74a8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      services/article.go

+ 1 - 1
services/article.go

@@ -16,7 +16,7 @@ func GetReportContentSub(content string) (contentSub string, err error) {
 	}
 	n := 0
 	doc.Find("p").Each(func(i int, s *goquery.Selection) {
-		if n >= 5 {
+		if n > 3 {
 			return
 		}
 		n++