| | |
| | | using HDL_ON.Entity; |
| | | using Shared; |
| | | using HDL_ON.UI.CSS; |
| | | using HDL_ON.DAL.Server; |
| | | |
| | | namespace HDL_ON.UI |
| | | { |
| | |
| | | ContextView.AddChidren(homePage); |
| | | homePage.LoadPage(); |
| | | |
| | | //刷新功能状态 |
| | | DB_ResidenceData.residenceData.RefreshResidenceFunctionStatus(); |
| | | //注册推送ID |
| | | RegisteredPush(); |
| | | //2020-12-07 增加版本检测更新方法 |
| | | HDLCommon.Current.CheckIfNeedForceUpdate(); |
| | | |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | |
| | | ContextView.AddChidren(personalCenterPage); |
| | | personalCenterPage.LoadView(); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 注册推送 |
| | | /// </summary> |
| | | void RegisteredPush() |
| | | { |
| | | new HttpServerRequest().RegisteredPush(); |
| | | } |
| | | } |
| | | } |