|
@@ -649,7 +649,7 @@ func (this *MobileReportController) List() {
|
|
|
listResp = append(listResp, &models.HomeArticle{
|
|
|
ArticleId: v.ArticleId,
|
|
|
Title: v.Title,
|
|
|
- Annotation: "核心观点:" + v.Annotation,
|
|
|
+ Annotation: "核心观点:" + strings.Replace(v.Annotation, "<br>", "", -1),
|
|
|
Abstract: v.Abstract,
|
|
|
ImgUrlPc: v.ImgUrlPc,
|
|
|
PublishDate: v.PublishDate,
|