xingzai 10 сар өмнө
parent
commit
bf73a986d3

+ 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 = "获取成功"