|
@@ -959,6 +959,8 @@ func GetReportList(user user.UserInfo, keyWord string, classifyIdFirst, classify
|
|
|
reportItem.ReportId = reportInfo.Id
|
|
|
reportItem.HasChapter = reportInfo.HasChapter
|
|
|
reportItem.VideoUrl = reportInfo.VideoUrl
|
|
|
+ reportItem.VideoName = reportInfo.VideoName
|
|
|
+ reportItem.VideoPlaySeconds = reportInfo.VideoPlaySeconds
|
|
|
// 样式限制行数
|
|
|
reportItem.Title = "<div style=\"-webkit-line-clamp: 2;-webkit-box-orient: vertical;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;\">" + reportInfo.Title + "</div>"
|
|
|
reportItem.PublishTime = reportInfo.PublishTime
|
|
@@ -996,6 +998,7 @@ func GetReportList(user user.UserInfo, keyWord string, classifyIdFirst, classify
|
|
|
coverImg = listImgMap[reportInfo.ClassifyIdFirst]
|
|
|
}
|
|
|
reportItem.ReportImgUrl = coverImg
|
|
|
+ reportItem.VideoImg = reportItem.ReportImgUrl
|
|
|
|
|
|
if classifyParent.ClassifyName == "晨报" && productAuthOk {
|
|
|
// 查询当前晨报的所有音频
|