浏览代码

no message

xingzai 1 年之前
父节点
当前提交
dfa11e8bf6
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      controllers/tactics.go

+ 1 - 0
controllers/tactics.go

@@ -372,6 +372,7 @@ func (this *TacticsController) TacticsTimeLineList() {
 	for _, v := range list {
 		v.PublishTime = utils.TimeRemoveHms2(v.PublishTime)
 		v.Resource = 1
+		v.Content = services.AnnotationHtml(v.Content)
 	}
 	if len(list) == 0 {
 		list = make([]*models.CygxTacticsTimeLineResp, 0)