소스 검색

no message

xingzai 1 년 전
부모
커밋
402a6c4a9d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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