|
@@ -916,6 +916,9 @@ func (this *MobileReportController) SearchReport() {
|
|
|
ButtonStyle: styleMap[v.ArticleTypeId],
|
|
|
List: v.List,
|
|
|
}
|
|
|
+ if v.ReportId > 0 {
|
|
|
+ item.Resource = 3
|
|
|
+ }
|
|
|
resp.ListHz = append(resp.ListHz, &item)
|
|
|
}
|
|
|
|
|
@@ -995,6 +998,9 @@ func (this *MobileReportController) SearchReport() {
|
|
|
ButtonStyle: styleMap[v.ArticleTypeId],
|
|
|
List: v.List,
|
|
|
}
|
|
|
+ if v.ReportId > 0 {
|
|
|
+ item.Resource = 3
|
|
|
+ }
|
|
|
if v.IsSpecial == 1 {
|
|
|
//去除图片标签
|
|
|
item.Annotation = utils.ArticleRemoveImgUrl(item.Annotation)
|