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