소스 검색

no message

xingzai 11 달 전
부모
커밋
bf73a986d3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      controllers/activity.go

+ 1 - 1
controllers/activity.go

@@ -635,7 +635,7 @@ func (this *ActivityCoAntroller) Detail() {
 	if collectCount1+collectCount2 > 0 {
 		resp.Detail.IsCollect = true
 	}
-
+	resp.Detail.IsResearchSpecial = resp.IsResearchSpecial
 	br.Ret = 200
 	br.Success = true
 	br.Msg = "获取成功"