xingzai 1 rok temu
rodzic
commit
8b0f902c94
1 zmienionych plików z 1 dodań i 1 usunięć
  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
 		}