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() {