wxr
2020-11-04 e6a26ee148587327478d9a82624a820c907b6e16
HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs
@@ -254,21 +254,21 @@
            contentView.RemoveAll();
            #region 住宅信息区域
            //if (!DB_ResidenceData.residenceData.residecenInfo.IsOthreShare)
            //{
            //    residenceInfoView = new FrameLayout()
            //    {
            //        Gravity = Gravity.CenterHorizontal,
            //        Width = Application.GetRealWidth(343),
            //        Height = Application.GetRealHeight(213),
            //        BackgroundColor = CSS_Color.MainBackgroundColor,
            //        Radius = (uint)Application.GetRealHeight(12),
            //        BorderColor = 0x00FFFFFF,
            //        BorderWidth = 0,
            //    };
            //    contentView.AddChidren(residenceInfoView);
            //}
            //else
            if (!DB_ResidenceData.residenceData.residecenInfo.IsOthreShare)
            {
                residenceInfoView = new FrameLayout()
                {
                    Gravity = Gravity.CenterHorizontal,
                    Width = Application.GetRealWidth(343),
                    Height = Application.GetRealHeight(213),
                    BackgroundColor = CSS_Color.MainBackgroundColor,
                    Radius = (uint)Application.GetRealHeight(12),
                    BorderColor = 0x00FFFFFF,
                    BorderWidth = 0,
                };
                contentView.AddChidren(residenceInfoView);
            }
            else
            {
                residenceInfoView = new FrameLayout()
                {
@@ -375,7 +375,6 @@
                };
                residenceManageView.AddChidren(btnResidenceManageText);
                #endregion
#if stage2
#region ---成员区域
                residenceMemberView = new FrameLayout()
@@ -526,7 +525,6 @@
                };
                residenceAddFunctionView.AddChidren(btnResidenceAddFunctionText);
#endregion
#endif
                }
            else
            {
@@ -624,8 +622,6 @@
#endregion
            contentView.ScrollEnabled = false;
#if stage2
            contentView.AddChidren(new Button() { Height = Application.GetRealHeight(8) });
#region 软件设置区域
                        softSettingView = new FrameLayout()
@@ -714,7 +710,6 @@
                        };
                        softSettingView.AddChidren(btnGeneralSettingsRight);
#endregion
#endif
            contentView.AddChidren(new Button() { Height = Application.GetRealHeight(8) });
#region 获取支持
            supportView = new FrameLayout()