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