wxr
2022-11-23 5b77d9d57a6cddb474a66ca54401ad5ab0892db3
HDL_ON/UI/UI2/1-HomePage/HomePage.cs
@@ -193,7 +193,10 @@
                int ddd = 0;
                btnResidenceName.MouseUpEventHandler = (sender, e) =>
                {
                    //827a98c98da7469b8bc19bb6a3c7651906
                    //St_00009073b431d8b2490c9df0c5cb0e73
                    Com.Hdl.HdlToLc.InitData(Shared.Application.Activity,false, "827a98c98da7469b8bc19bb6a3c7651906");
                    Com.Hdl.HdlToLc.OpenActivity();
                };
#endif
@@ -1234,11 +1237,11 @@
            var btnLogo = new Button()
            {
                Y = Application.GetRealWidth(85),
                Y = Application.GetRealHeight(65),
                UnSelectedImagePath = "FunctionIcon/Acst/LvJianLogo.png",
                SelectedImagePath = "FunctionIcon/Acst/LvJianLogo.png",
                Width = Application.GetRealWidth(80),
                Height = Application.GetRealWidth(37),
                Height = Application.GetRealHeight(37),
            };
            view.AddChidren(btnLogo);