| | |
| | | /// <summary> |
| | | /// 版本号 |
| | | /// </summary> |
| | | public static string VersionString = "1.6.3"; |
| | | public static string VersionString = "1.7.4"; |
| | | ///// <summary> |
| | | ///// 客户端类型 |
| | | ///// </summary> |
| | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public static Entity.CityInfo cityInfo = new Entity.CityInfo(); |
| | | public static CityInfo cityInfo = new CityInfo(); |
| | | /// <summary> |
| | | /// 城市天气信息antion |
| | | /// </summary> |
| | |
| | | //设置语言环境 防止string转 double出现逗号,todouble异常等问题 |
| | | System.Globalization.CultureInfo.CurrentCulture = System.Globalization.CultureInfo.CreateSpecificCulture("zh-CN"); |
| | | |
| | | |
| | | BaseView = Application.MainPage; |
| | | Application.MainPage.BackgroundColor = CSS_Color.MainBackgroundColor; |
| | | Language.UpdateLanguage(); |
| | |
| | | /// </summary> |
| | | public static void GoLoginPage(UserInfo userInfo = null) |
| | | { |
| | | BaseView.RemoveAll(); |
| | | try |
| | | { |
| | | for (int i = 0; i < BaseView.ChildrenCount; i++) |
| | | { |
| | | BaseView.GetChildren(i).RemoveFromParent(); |
| | | } |
| | | } |
| | | catch { } |
| | | BaseView.BackgroundColor = CSS_Color.BackgroundColor; |
| | | var fisrtView = new UI.UI1Login.LoginPage(); |
| | | fisrtView.BackgroundColor = CSS_Color.MainBackgroundColor; |
| | |
| | | /// <param name="pageShowEvent">主页显示之后触发的事件(没有住宅的话,则不会触发)</param> |
| | | public static void GoUserPage(bool downloadData, bool isFirstOpen = false, Action pageShowEvent = null) |
| | | { |
| | | BaseView.RemoveAll(); |
| | | try |
| | | { |
| | | for (int i = 0; i < BaseView.ChildrenCount; i++) |
| | | { |
| | | BaseView.GetChildren(i).RemoveFromParent(); |
| | | } |
| | | } |
| | | catch { } |
| | | #region 后退事件 |
| | | BasePageView = new PageLayout(); |
| | | BasePageView.ScrollEnabled = false; |
| | |
| | | { |
| | | if (waitPage != null) |
| | | { |
| | | waitPage.Hide(); |
| | | waitPage.RemoveFromParent(); |
| | | waitPage = null; |
| | | } |