|
@@ -71,7 +71,7 @@ func GetClassListByClassifyId(user user.UserInfo, classifyIdFirst int) (list []*
|
|
|
temp.ParentId = item.ParentId
|
|
|
temp.AuthorDescript = item.AuthorDescript
|
|
|
temp.ReportAuthor = item.ReportAuthor
|
|
|
- temp.HomeImgUrl = item.HomeImgUrl
|
|
|
+ temp.HomeImgUrl = item.AvatarImgUrl // 此处图片用二级分类的"头像"
|
|
|
temp.ClassifyNameSecond = item.ClassifyName
|
|
|
temp.VipTitle = item.VipTitle
|
|
|
if classifyInfo.ClassifyName == "权益研报" {
|
|
@@ -232,7 +232,7 @@ func GetClassifyReportList(user user.UserInfo, classifyIdSecond int, pageIndex,
|
|
|
reportItem.Abstract = "<div style=\"overflow: hidden;white-space: nowrap;text-overflow: ellipsis;\">" +reportInfo.Abstract+"</div>"
|
|
|
}
|
|
|
reportItem.Author = reportInfo.Author
|
|
|
- reportItem.ReportImgUrl = classifyInfo.ReportImgUrl
|
|
|
+ reportItem.ReportImgUrl = classifyInfo.AvatarImgUrl // 此处图片用二级分类的"头像"
|
|
|
reportItem.VideoName = reportInfo.VideoName
|
|
|
reportItem.VideoPlaySeconds = reportInfo.VideoPlaySeconds
|
|
|
if reportInfo.VideoUrl != "" && reportInfo.VideoName == "" {
|