Răsfoiți Sursa

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

xingzai 1 an în urmă
părinte
comite
75eca176b7
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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