浏览代码

no message

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

+ 1 - 1
controllers/activity.go

@@ -691,7 +691,7 @@ func (this *ActivityCoAntroller) SignupAdd() {
 			return
 		}
 		if popupMsg != "" {
-			br.Msg = "报名失败!"
+			br.Msg = popupMsg
 			br.ErrMsg = fmt.Sprint("userId:", uid, "Activity:id", popupMsg)
 			return
 		}