Selaa lähdekoodia

Merge branch 'cygx_12.9' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

xingzai 1 vuosi sitten
vanhempi
commit
75eca176b7
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      controllers/yanxuan_special.go

+ 1 - 1
controllers/yanxuan_special.go

@@ -241,7 +241,7 @@ func (this *YanxuanSpecialController) Detail() {
 	}
 
 	if resp.HasPermission != 1 || sysUser.UserId == 0 {
-		resp.Content = utils.InterceptHtmlLength(resp.Content, 240)
+		resp.Content = services.AnnotationHtml(resp.Content)
 	}
 
 	br.Data = resp