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()
            {
@@ -171,6 +171,7 @@
#if DEBUG
                etAccount.Text = "464027401@qq.com";
                etPassword.Text = "qqqqqq";
                btnLogin.IsSelected = true;
#endif
            };
@@ -245,6 +246,10 @@
            };
            accountView.AddChidren(etAccount);
            if(account != "")
            {
                etAccount.Text = account;
            }
            btnAccountViewBottomLine = new Button()
            {