Browse Source

no message

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

+ 2 - 4
controllers/activity.go

@@ -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 = "获取信息失败"