wei
2020-11-27 e53a1951d6aa07ad22aad9816da4703496fcbccd
HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/ResidentialManagePage.cs
@@ -57,6 +57,25 @@
        /// </summary>
        Button btnCommissioningAuthoritySwitchIcon;
        #region 过户
        /// <summary>
        ///
        /// </summary>
        FrameLayout transferRow;
        /// <summary>
        ///
        /// </summary>
        Button btnTransferTitle;
        /// <summary>
        ///
        /// </summary>
        Button btnTrasferExplan;
        /// <summary>
        ///
        /// </summary>
        Button btnTrasferSkinIcon;
        #endregion
        #endregion
        /// <summary>
        /// 更新住宅名称的回调函数
@@ -301,7 +320,7 @@
            #endregion
            #region 过户
            FrameLayout transferRow;
            transferRow = new FrameLayout()
            {
                Y = administratorPermissionMigrationRow.Bottom,
@@ -310,7 +329,7 @@
            };
            bodyView.AddChidren(transferRow);
            var btnTransferTitle = new Button()
            btnTransferTitle = new Button()
            {
                X = Application.GetRealWidth(16),
                Y = Application.GetRealHeight(10),
@@ -323,7 +342,7 @@
            };
            transferRow.AddChidren(btnTransferTitle);
            var btnTrasferExplan = new Button()
            btnTrasferExplan = new Button()
            {
                X = Application.GetRealWidth(16),
                Y = btnTransferTitle.Bottom,
@@ -336,7 +355,6 @@
            };
            transferRow.AddChidren(btnTrasferExplan);
            Button btnTrasferSkinIcon;
            btnTrasferSkinIcon = new Button()
            {
                X = Application.GetRealWidth(343),