浏览代码

no message

xingzai 3 年之前
父节点
当前提交
c558c88f13
共有 1 个文件被更改,包括 2 次插入4 次删除
  1. 2 4
      controllers/activity.go

+ 2 - 4
controllers/activity.go

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