소스 검색

文章Md5详情展示

xingzai 3 년 전
부모
커밋
daff70c62e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      controllers/article.go

+ 1 - 0
controllers/article.go

@@ -497,6 +497,7 @@ func (this *ArticleCommonController) Detail() {
 			}
 		}
 	}
+	resp.HasPermission = 1
 	detail.Abstract, _ = services.GetReportContentTextSub(detail.Abstract)
 	detail.SellerList = sellerList
 	resp.Detail = detail