瀏覽代碼

no message

xingzai 3 年之前
父節點
當前提交
6dc912962e
共有 1 個文件被更改,包括 3 次插入3 次删除
  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 = "获取信息失败"