xingzai 3 yıl önce
ebeveyn
işleme
6dc912962e
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 3 3
      controllers/activity.go

+ 3 - 3
controllers/activity.go

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