| | |
| | | using HDL_ON.Entity; |
| | | using Shared; |
| | | |
| | | #if __IOS__ |
| | | using UIKit; |
| | | using Foundation; |
| | | #endif |
| | | |
| | | namespace HDL_ON.UI |
| | | { |
| | | public partial class PersonalDataPage |
| | |
| | | MainPage.BasePageView.AddChidren(aep); |
| | | aep.LoadPage(); |
| | | MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; |
| | | |
| | | }; |
| | | _QRcodeView.MouseUpEventHandler = eventHandler; |
| | | btnQRcode.MouseUpEventHandler = eventHandler; |
| | |
| | | btnQRcodeRight.MouseUpEventHandler = eventHandler; |
| | | } |
| | | |
| | | #region 修改绑定邮箱 |
| | | #region 修改绑定邮箱 |
| | | /// <summary> |
| | | /// 修改绑定邮箱 |
| | | /// </summary> |
| | |
| | | { |
| | | |
| | | btnUserEmailInfo.Text = GetBindAccountText(email); |
| | | |
| | | }; |
| | | |
| | | if (CheckIfUnbound(btnUserEmailInfo.Text)) |
| | |
| | | Action<string> action = (phone) => |
| | | { |
| | | btnUserPhoneInfo.Text = GetBindAccountText(phone); |
| | | |
| | | }; |
| | | |
| | | if (CheckIfUnbound(btnUserPhoneInfo.Text)) |
| | |
| | | MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; |
| | | } |
| | | |
| | | |
| | | }; |
| | | btnUserPhoneInfo.MouseUpEventHandler = eventHandler; |
| | | btnUserPhoneRight.MouseUpEventHandler = eventHandler; |
| | | userPhoneInfoView.MouseUpEventHandler = eventHandler; |
| | | } |
| | | #endregion |
| | | #endregion |
| | | |
| | | #region 解锁设置区域 |
| | | #region 解锁设置区域 |
| | | //void LoadEvent_SkipInterpretationSettings() |
| | | //{ |
| | | // EventHandler<MouseEventArgs> eventHandler = (sender, e) => |
| | |
| | | // btnInterpretationSettingsTip.MouseUpEventHandler = eventHandler; |
| | | //} |
| | | |
| | | #endregion |
| | | #endregion |
| | | |
| | | /// <summary> |
| | | /// 跳转修改密码界面 |