Browse Source

no message

xingzai 1 year ago
parent
commit
f9c238b189
1 changed files with 3 additions and 0 deletions
  1. 3 0
      controllers/report.go

+ 3 - 0
controllers/report.go

@@ -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)