HDL_ON/UI/UI1-Login/UI/LoginPage.cs
@@ -145,7 +145,7 @@ /// <summary> /// 加载视图 /// </summary> public void LoadView() public void LoadView(string account = "") { var btnIcon = new Button() { @@ -246,6 +246,10 @@ }; accountView.AddChidren(etAccount); if(account != "") { etAccount.Text = account; } btnAccountViewBottomLine = new Button() {