wxr
2020-01-10 1a4b95a7ebef71838bd3eda2c22056bbf0db65ec
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()
            {