Browse Source

no message

xingzai 1 năm trước cách đây
mục cha
commit
dfa11e8bf6
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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)