Ver Fonte

Merge branch 'cygx_4.4' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

xingzai há 3 anos atrás
pai
commit
2b04899cfb
1 ficheiros alterados com 6 adições e 0 exclusões
  1. 6 0
      controllers/activity.go

+ 6 - 0
controllers/activity.go

@@ -853,6 +853,7 @@ func (this *ActivityCoAntroller) SignupAdd() {
 				}
 			}
 			resp.HasPermission = hasPermission
+			resp.ActivityId = activityId
 			resp.OperationMode = "Apply"
 			resp.PopupMsg = "您暂无权限参加此活动,若想参加可以申请开通对应的试用权限"
 			br.Ret = 200
@@ -903,6 +904,7 @@ func (this *ActivityCoAntroller) SignupAdd() {
 						hasPermission = 3
 					}
 				}
+				resp.ActivityId = activityId
 				resp.HasPermission = hasPermission
 				resp.OperationMode = "Apply"
 				resp.PopupMsg = "您暂无权限参加此活动,若想参加可以申请开通对应的试用权限"
@@ -1479,6 +1481,7 @@ func (this *ActivityCoAntroller) MeetingReminderAdd() {
 					hasPermission = 3
 				}
 			}
+			resp.ActivityId = activityId
 			resp.HasPermission = hasPermission
 			resp.OperationMode = "Apply"
 			resp.PopupMsg = "您暂无权限参加此活动,若想参加可以申请开通对应的试用权限"
@@ -1534,6 +1537,7 @@ func (this *ActivityCoAntroller) MeetingReminderAdd() {
 						hasPermission = 3
 					}
 				}
+				resp.ActivityId = activityId
 				resp.HasPermission = hasPermission
 				resp.OperationMode = "Apply"
 				resp.PopupMsg = "您暂无权限参加此活动,若想参加可以申请开通对应的试用权限"
@@ -2829,6 +2833,7 @@ func (this *ActivityCoAntroller) CheckAsk() {
 					hasPermission = 3
 				}
 			}
+			resp.ActivityId = activityId
 			resp.HasPermission = hasPermission
 			resp.OperationMode = "Apply"
 			resp.PopupMsg = "您暂无权限参加此活动,若想参加可以申请开通对应的试用权限"
@@ -2878,6 +2883,7 @@ func (this *ActivityCoAntroller) CheckAsk() {
 						hasPermission = 3
 					}
 				}
+				resp.ActivityId = activityId
 				resp.HasPermission = hasPermission
 				resp.OperationMode = "Apply"
 				resp.PopupMsg = "您暂无权限参加此活动,若想参加可以申请开通对应的试用权限"