|
@@ -590,6 +590,9 @@ func (this *MobileReportController) List() {
|
|
|
ImgUrlPc: v.ImgUrlPc,
|
|
|
PublishDate: v.PublishDate,
|
|
|
Resource: v.Resource,
|
|
|
+ Pv: articleMapPv[v.ArticleId],
|
|
|
+ IsCollect: articleCollectMap[v.ArticleId],
|
|
|
+ CollectNum: articleCollectNumMap[v.ArticleId],
|
|
|
})
|
|
|
}
|
|
|
//lenList := len(list)
|