|
@@ -110,6 +110,7 @@ func HandleArticleCategoryImg(list []*models.ArticleListResp) (items []*models.A
|
|
|
newBody, _ := GetReportContentTextSubByarticle(item.Body, item.Annotation, item.ArticleId)
|
|
|
list[k].Annotation = newBody
|
|
|
list[k].Body = ""
|
|
|
+ list[k].Abstract, _ = GetReportContentTextSub(v.Abstract)
|
|
|
list[k].PublishDate = utils.StrTimeToTime(item.PublishDate).Format(utils.FormatDate) //时间字符串格式转时间格式
|
|
|
if item.Pv > 999 {
|
|
|
list[k].Pv = 999
|