浏览代码

fix: 搜索纪要-时间格式

hsun 2 年之前
父节点
当前提交
1055e108f2
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      controllers/search.go

+ 1 - 0
controllers/search.go

@@ -450,6 +450,7 @@ func (this *SearchController) ListHomeArtAndChart() {
 				result[k].ImgUrlPc = mapCategoryUrl[v.CategoryId]
 			}
 			result[k].Source = 1
+			result[k].PublishDate = utils.StrTimeToTime(result[k].PublishDate).Format(utils.FormatDate)
 		}
 	}
 	// ListType   query   int  true       "列表类型,1最新/全部,2 纪要 ,3图表 默认1"