Browse Source

no message

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

+ 0 - 1
controllers/report.go

@@ -635,7 +635,6 @@ func (this *MobileReportController) List() {
 			return
 		}
 		for k, v := range list {
-			fmt.Print(v.Resource)
 			list[k].ImgUrlPc = mapCategoryUrl[v.CategoryId]
 			if !articleIdMap[v.ArticleId] && user.CreatedTime.Before(utils.StrTimeToTime(v.PublishDate)) && utils.StrTimeToTime(utils.OnlineTime).Before(utils.StrTimeToTime(v.PublishDate)) {
 				list[k].IsRed = true