Browse Source

Merge branch 'cygx_5.3' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

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

+ 1 - 1
controllers/activity.go

@@ -3827,7 +3827,7 @@ func (this *ActivityCoAntroller) SpecialDetail() {
 		resp.PopupMsg = "您暂无权限参加此活动,若想参加可以申请开通对应的试用权限"
 	}
 	if hasPermission == 1 {
-		activityInfo.ActivityTypeName = activityInfo.ResearchTheme
+		activityInfo.ActivityTypeName = "专项调研"
 		resp.Detail = activityInfo
 	}
 	resp.HasPermission = hasPermission