|
@@ -280,6 +280,7 @@ func (this *ReportController) IndustryList() {
|
|
|
ResourceUrl: v.VideoUrl,
|
|
|
BackgroundImg: v.ImgUrl,
|
|
|
PlaySeconds: v.VideoDuration,
|
|
|
+ DetailImgUrl: v.DetailImgUrl,
|
|
|
}
|
|
|
if tmp.BackgroundImg == "" {
|
|
|
tmp.BackgroundImg = videoMap[v.ChartPermissionId]
|
|
@@ -436,6 +437,7 @@ func (this *ReportController) ArticleCategoryList() {
|
|
|
videoSimple.Id = video.VideoId
|
|
|
videoSimple.Title = "5min逻辑【"+video.IndustryName+"】解析"
|
|
|
videoSimple.BackgroundImg = video.ImgUrl
|
|
|
+ videoSimple.DetailImgUrl = video.DetailImgUrl
|
|
|
if videoSimple.BackgroundImg == "" {
|
|
|
// 获取默认图配置
|
|
|
_, videoMap, _, _, e := services.GetMicroRoadShowDefaultImgConfig()
|
|
@@ -2734,6 +2736,7 @@ func (this *ReportController) SearchReportAndResource() {
|
|
|
ResourceUrl: v.VideoUrl,
|
|
|
BackgroundImg: v.ImgUrl,
|
|
|
PlaySeconds: v.VideoDuration,
|
|
|
+ DetailImgUrl: v.DetailImgUrl,
|
|
|
}
|
|
|
if tmp.BackgroundImg == "" {
|
|
|
tmp.BackgroundImg = videoMap[v.ChartPermissionId]
|