HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs
@@ -239,7 +239,7 @@ { Button btnExit = new Button() { Y = Application.GetRealHeight(258) + personalInfoView.Bottom, Y = Application.GetRealHeight(288) + personalInfoView.Bottom, Gravity = Gravity.CenterHorizontal, Height = Application.GetRealHeight(60), Width = Application.GetRealWidth(330), @@ -262,6 +262,7 @@ } btnExit.MouseUpEventHandler = (sender, e) => { MainPage.NoLoginMode = false; UserInfo.Current.ClearUserInfo(); HDLCommon.Current.Logout(); };