|
@@ -397,7 +397,9 @@ func (this *ActivityCoAntroller) SignupAdd() {
|
|
|
resp := new(models.SignupStatus)
|
|
|
resp.SignupType = signupType
|
|
|
resp.SignupStatus = signupStatus
|
|
|
- resp.ActivityId = activityId
|
|
|
+ if signupStatus == "Success" {
|
|
|
+ resp.ActivityId = activityId
|
|
|
+ }
|
|
|
if activityId%2 == 1 {
|
|
|
resp.GoFollow = true
|
|
|
}
|