|
@@ -1726,10 +1726,11 @@ func HandleArticleCategoryImg(list []*models.HomeArticle) (items []*models.HomeA
|
|
|
} else {
|
|
|
list[k].ImgUrlPc = mapCategoryUrl[v.CategoryId]
|
|
|
}
|
|
|
- //ArticleResponse int `description:"报告类型 0:啥也不是,1研选报告,2:研选纪要,3:研选沙龙,4;研选观点"`
|
|
|
+ //ArticleResponse int `description:"报告类型 0:啥也不是,1研选报告,2:研选纪要,3:研选沙龙,4;核心观点"`
|
|
|
if list[k].ArticleId >= utils.SummaryArticleId {
|
|
|
list[k].HttpUrl = utils.StrategyPlatform + strconv.Itoa(v.ArticleId)
|
|
|
list[k].IsNeedJump = true
|
|
|
+ list[k].ArticleResponse = 4 // 默认展示核心观点
|
|
|
if v.IsReport == 1 {
|
|
|
list[k].ArticleResponse = 1
|
|
|
} else if v.ArticleTypeName == "纪要" {
|