Browse Source

no message

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

+ 4 - 4
controllers/activity.go

@@ -408,10 +408,10 @@ func (this *ActivityCoAntroller) SignupCancel() {
 	}
 	activityId := req.ActivityId
 	signupType := req.SignupType
-	if signupType != 1 && signupType != 2 {
-		br.Msg = "请选择正确的报名方式!"
-		return
-	}
+	//if signupType != 1 && signupType != 2 {
+	//	br.Msg = "请选择正确的报名方式!"
+	//	return
+	//}
 	item := new(models.CygxActivitySignup)
 	activityInfo, errInfo := models.GetAddActivityInfoById(activityId)
 	if activityInfo == nil {