|
@@ -395,6 +395,7 @@ func (this *HomeController) ListHomeArtAndChart() {
|
|
|
}
|
|
|
for k, _ := range chartList {
|
|
|
chartList[k].IsNeedJump = true
|
|
|
+ chartList[k].Source = 2
|
|
|
}
|
|
|
resp.ChartList = chartList
|
|
|
|
|
@@ -509,6 +510,7 @@ func (this *HomeController) ListHomeArtAndChart() {
|
|
|
list[k].HttpUrl = utils.StrategyPlatform + strconv.Itoa(v.ArticleId)
|
|
|
list[k].IsNeedJump = true
|
|
|
}
|
|
|
+ list[k].Source = 1
|
|
|
}
|
|
|
resp.List = list
|
|
|
}
|