Browse Source

更新提示

guodong 1 year ago
parent
commit
b09217820d
1 changed files with 1 additions and 1 deletions
  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) =>
                     {
                     {