Browse Source

no message

xingzai 2 years ago
parent
commit
f387498a34
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/activity.go

+ 1 - 1
controllers/activity.go

@@ -3843,7 +3843,7 @@ func (this *ActivityCoAntroller) SpecialDetail() {
 			return
 		}
 		if count == 1 {
-			resp.Detail.IsFollow = true
+			activityInfo.IsFollow = true
 		}
 		activityInfo.ActivityTypeName = "专项调研"
 		resp.Detail = activityInfo