From dee21bf452a8979d0515d13e534fbb69ed9715dd Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期二, 01 九月 2020 15:33:13 +0800
Subject: [PATCH] 上传一个版本

---
 ZigbeeApp/Shared/Phone/UserCenter/UserMain/UserInformationForm.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/UserMain/UserInformationForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/UserMain/UserInformationForm.cs
index 21b346c..d914a28 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/UserMain/UserInformationForm.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/UserMain/UserInformationForm.cs
@@ -82,7 +82,7 @@
             {
                 frameMiddleBack = new NormalFrameLayout();
                 frameMiddleBack.Y = Application.GetRealHeight(363);
-                frameMiddleBack.Height = Application.GetRealHeight(1008);
+                frameMiddleBack.Height = Application.GetRealHeight(1008) - ControlCommonResourse.ListViewRowHeight - Application.GetRealHeight(12);
                 frameMiddleBack.BackgroundColor = UserCenterColor.Current.White;
                 bodyFrameLayout.AddChidren(frameMiddleBack);
             }
@@ -228,7 +228,7 @@
 
           
             var rowOther = new FrameRowControl(listMidFrame.rowSpace / 2);
-            listMidFrame.AddChidren(rowOther);
+            //listMidFrame.AddChidren(rowOther);
             //绗笁鏂硅处鍙�
             rowOther.AddLeftCaption(Language.StringByID(R.MyInternationalizationString.uAuthenticatedOtherPartyAccount), 400);
             //搴曠嚎
@@ -285,7 +285,7 @@
         {
             var specialFrame = new FrameLayout();
             specialFrame.Height = ControlCommonResourse.ListViewRowHeight;
-            specialFrame.Y = Application.GetRealHeight(1394);
+            specialFrame.Y = Application.GetRealHeight(1394) - ControlCommonResourse.ListViewRowHeight - Application.GetRealHeight(12);
             specialFrame.BackgroundColor = UserCenterColor.Current.White;
             bodyFrameLayout.AddChidren(specialFrame);
 

--
Gitblit v1.8.0