场景名改掉

This commit is contained in:
CaiYanPeng 2021-05-08 11:07:55 +08:00
parent 60bf5bd59d
commit d4339968f6
4 changed files with 2 additions and 2 deletions

View File

@ -256,7 +256,7 @@ public class EditUserController : PFUIPanel
{ {
UIManager.ShowConfirm("Logout", "Do you want to log out and change accounts?", () => UIManager.ShowConfirm("Logout", "Do you want to log out and change accounts?", () =>
{ {
SceneManager.LoadScene("1-Login"); SceneManager.LoadScene("Login");
UIManager.CloseConfirm(); UIManager.CloseConfirm();
},2); },2);
} }

View File

@ -32,7 +32,7 @@ public class UserInfoController : PFUIPanel
{ {
UIManager.ShowConfirm("Logout", "Do you want to log out and change accounts?", () => UIManager.ShowConfirm("Logout", "Do you want to log out and change accounts?", () =>
{ {
SceneManager.LoadScene("1-Login"); SceneManager.LoadScene("Login");
UIManager.CloseConfirm(); UIManager.CloseConfirm();
},2); },2);
}); });