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