|
@@ -557,11 +557,9 @@ func (this *ActivityCoAntroller) SignupAdd() {
|
|
|
}
|
|
|
resp.HaqveJurisdiction = true
|
|
|
resp.SignupType = signupType
|
|
|
- resp.SignupStatus = signupStatus
|
|
|
+ resp.SignupStatus = "Success"
|
|
|
resp.HasPermission = hasPermission
|
|
|
- if signupStatus == "Success" {
|
|
|
- resp.ActivityId = activityId
|
|
|
- }
|
|
|
+ resp.ActivityId = activityId
|
|
|
total, err = models.GetUserMeetingReminderCount(user.UserId)
|
|
|
if err != nil {
|
|
|
br.Msg = "获取信息失败"
|