From 88beff5b898ee5f41b955a8ddcb8d84acb5c8c58 Mon Sep 17 00:00:00 2001 From: CaiYanPeng Date: Wed, 25 Aug 2021 10:29:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=A1=E4=BB=B6=E7=BC=96=E8=AF=91=E6=8A=A5?= =?UTF-8?q?=E9=94=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/Scenes/LoginController.cs | 223 +++++++++++------------ 1 file changed, 110 insertions(+), 113 deletions(-) diff --git a/Assets/Scripts/Scenes/LoginController.cs b/Assets/Scripts/Scenes/LoginController.cs index 1294ceb8..35a98163 100644 --- a/Assets/Scripts/Scenes/LoginController.cs +++ b/Assets/Scripts/Scenes/LoginController.cs @@ -26,7 +26,7 @@ using ZenFulcrum.EmbeddedBrowser; #endif //记录:小f 是-457和-681 -public class QUserInfo +public class QUserInfo { public long Id { get; set; } public string Phone { get; set; } @@ -34,12 +34,12 @@ public class QUserInfo public string Avatar { get; set; } public string Cookie { get; set; } } -public class LoginForm +public class LoginForm { public InputField email { get; set; } public InputField password { get; set; } } -public class SignForm +public class SignForm { //页面1 public InputField email { get; set; } @@ -106,7 +106,7 @@ public class LoginController : MonoBehaviour //其他 [SerializeField] RawImage loading; Transform toolContainer; - Dictionary formDict,signFormDict; + Dictionary formDict, signFormDict; public string avatarName { get; private set; } public Texture avatar; @@ -134,7 +134,7 @@ public class LoginController : MonoBehaviour EventTriggerType.PointerClick, (b) => goResetPassword()); //signPage1.Find("next").GetComponent