Browse Source

修改版本提示

guodong 3 years ago
parent
commit
33c2e63e63
1 changed files with 4 additions and 1 deletions
  1. 4 1
      GameClient/Assets/Game/HotUpdate/Net/Proxy/LoginProxy.cs

+ 4 - 1
GameClient/Assets/Game/HotUpdate/Net/Proxy/LoginProxy.cs

@@ -23,7 +23,10 @@ namespace GFGGame
                 }
                 }
                 else
                 else
                 {
                 {
-                    Alert.Show("版本已更新,请联系研发获取最新版本");
+                    Alert.Show("版本已更新,请联系研发获取最新版本")
+                    .SetLeftButton(true, "知道了", (data) => {
+                        Application.Quit();
+                    }); ;
                 }
                 }
             });
             });
         }
         }