|
@@ -1726,10 +1726,11 @@ func HandleArticleCategoryImg(list []*models.HomeArticle) (items []*models.HomeA
|
|
|
} else {
|
|
|
list[k].ImgUrlPc = mapCategoryUrl[v.CategoryId]
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
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 == "纪要" {
|