From 01b8b5bde8a58060bdd03b78a32747c5aa551976 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期三, 01 十二月 2021 09:32:54 +0800
Subject: [PATCH] 111

---
 HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs
index 52d41b6..95475ac 100644
--- a/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs
+++ b/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()
                 {

--
Gitblit v1.8.0