From a9ce331dccd25eee1d0b9193f7853c6e4a07b792 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期二, 14 四月 2020 15:43:57 +0800 Subject: [PATCH] 2020-04-14 1.去掉登录之前ping域名检测,解决客户反馈登录失败的问题 2.替换新的控件库,去掉高德地图。 3.修复创建不了住宅问题。 4.修复增加登陆获取住宅列表时当前住宅判空处理。 5.去掉温度按钮自定义字体。 --- Crabtree/SmartHome/UI/SimpleControl/Phone/User/UserMiddle.cs | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Crabtree/SmartHome/UI/SimpleControl/Phone/User/UserMiddle.cs b/Crabtree/SmartHome/UI/SimpleControl/Phone/User/UserMiddle.cs index efeb54a..a1e2738 100644 --- a/Crabtree/SmartHome/UI/SimpleControl/Phone/User/UserMiddle.cs +++ b/Crabtree/SmartHome/UI/SimpleControl/Phone/User/UserMiddle.cs @@ -19,11 +19,11 @@ public static FrameLayout UserPageView = new FrameLayout (); - public static Button LinkStatusTip = new Button () { - Height = Application.GetRealHeight (36), - Width = Application.GetRealWidth (640), - BackgroundColor = SkinStyle.Current.LinkStatusTipColor - }; + //public static Button LinkStatusTip = new Button () { + // Height = Application.GetRealHeight (36), + // Width = Application.GetRealWidth (640), + // BackgroundColor = SkinStyle.Current.LinkStatusTipColor + //}; public static PageLayout FavoritePageView = new PageLayout () { IsShowPoint = false, @@ -323,7 +323,7 @@ //IO.FileUtils.SaveEquipmentMessage (ud3, "3"); #endif UserHomePage.FrameLayoutMain.AddChidren (UserPageView); - UserHomePage.FrameLayoutMain.AddChidren (LinkStatusTip); + //UserHomePage.FrameLayoutMain.AddChidren (LinkStatusTip); UserPageView.AddChidren (FavoritePageView); FavoritePageView.AddChidren (FavoriteBodyView); -- Gitblit v1.8.0