|
@@ -70,7 +70,8 @@ func (this *ArticleController) Detail() {
|
|
return
|
|
return
|
|
}
|
|
}
|
|
detail.Body = html.UnescapeString(detail.Body)
|
|
detail.Body = html.UnescapeString(detail.Body)
|
|
- detail.Abstract = html.UnescapeString(detail.Abstract)
|
|
|
|
|
|
+ //detail.Abstract = html.UnescapeString(detail.Abstract)
|
|
|
|
+ detail.Abstract, _ = services.GetReportContentTextSub(detail.Abstract)
|
|
if companyPermission == "" {
|
|
if companyPermission == "" {
|
|
if applyCount > 0 {
|
|
if applyCount > 0 {
|
|
hasPermission = 5
|
|
hasPermission = 5
|