|
@@ -167,7 +167,7 @@ func (this *MobileResearchController) ArticleNewList() {
|
|
if v.IsSpecial == 1 {
|
|
if v.IsSpecial == 1 {
|
|
//去除图片标签
|
|
//去除图片标签
|
|
item.Annotation = utils.ArticleRemoveImgUrl(item.Annotation)
|
|
item.Annotation = utils.ArticleRemoveImgUrl(item.Annotation)
|
|
-
|
|
|
|
|
|
+ item.Annotation, err = utils.ExtractText(item.Annotation)
|
|
item.IsSpecial = true
|
|
item.IsSpecial = true
|
|
item.ImgUrlPc = utils.CYGX_YANXUAN_SPECIAL_IMG_PC
|
|
item.ImgUrlPc = utils.CYGX_YANXUAN_SPECIAL_IMG_PC
|
|
if v.CompanyTags != "" {
|
|
if v.CompanyTags != "" {
|