xingzai 1 ano atrás
pai
commit
8b0f902c94
1 arquivos alterados com 1 adições e 1 exclusões
  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
 		}