xingzai 3 лет назад
Родитель
Сommit
37f987c7d4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      controllers/activity.go

+ 1 - 1
controllers/activity.go

@@ -316,7 +316,7 @@ func (this *ActivityCoAntroller) Detail() {
 			return
 			return
 		}
 		}
 		if companyPermission == "" {
 		if companyPermission == "" {
-			hasPermission = 2
+			resp.HasPermission = 2
 			resp.OperationMode = "Apply"
 			resp.OperationMode = "Apply"
 			resp.PopupMsg = "您暂无权限参加 【" + activityInfo.ChartPermissionName + "】行业活动,若想参加可以申请开通哦"
 			resp.PopupMsg = "您暂无权限参加 【" + activityInfo.ChartPermissionName + "】行业活动,若想参加可以申请开通哦"
 			br.Ret = 200
 			br.Ret = 200