wxr
2021-11-29 dd7e4794fd611de967c6322dd0bb7ffda41c2f7b
HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs
@@ -795,12 +795,13 @@
            contentView.AddChidren(supportView);
            int supportViewCellCount = 1;
            #region 智能音箱
            if (!DB_ResidenceData.Instance.CurrentRegion.isOtherShare)
            {
                supportViewCellCount++;
                //supportView 加高 显示3行 3*44
                supportView.Height = Application.GetRealWidth(2*44);
                supportView.Height = Application.GetRealWidth(supportViewCellCount * 44);
                FrameLayout smartSpeakerView = new FrameLayout()
                {
@@ -858,8 +859,9 @@
            #if __IOS__
            //if (Application.PhoneType >= 12)
            {
                supportViewCellCount++;
                //supportView 加高 显示3行 3*44
                supportView.Height = Application.GetRealWidth(3 * 44);
                supportView.Height = Application.GetRealWidth(supportViewCellCount * 44);
                FrameLayout siriView = new FrameLayout()
                {