소스 검색

Merge remote-tracking branch 'origin/master' into ios

ios 1 년 전
부모
커밋
e4689db573
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      GameClient/Assets/Game/Launcher/LauncherController.cs

+ 1 - 1
GameClient/Assets/Game/Launcher/LauncherController.cs

@@ -87,7 +87,7 @@ namespace GFGGame
                 message = "有新的版本,请前往AppStore更新。";
                 message = "有新的版本,请前往AppStore更新。";
             }
             }
 #endif
 #endif
-            Alert.Show("message")
+            Alert.Show(message)
                     .SetLeftButton(true, "知道了", (data) =>
                     .SetLeftButton(true, "知道了", (data) =>
                     {
                     {