chenqiyang
2022-05-17 69bb0228a93381c09aef681481dd34d0ad7de94f
HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPage.cs
@@ -703,6 +703,8 @@
            //访客管理
            #region 个人选项-访客管理
            if (Entity.DB_ResidenceData.Instance.SupportVisitorManage)//判断是否支持访客管理
            {
            optionListView.AddChidren(new Button() { X = Application.GetRealWidth(16), Height = Application.GetRealHeight(1), Width = Application.GetRealWidth(343), BackgroundColor = CSS_Color.DividingLineColor });
            visitorManagementView = new FrameLayout()
@@ -710,6 +712,7 @@
                Height = Application.GetRealHeight(50),
            };
            optionListView.AddChidren(visitorManagementView);
            var btnVisitorManagementRight = new Button()
            {
@@ -739,6 +742,8 @@
                //跳转访客管理界面
                Shared.IOS.HDLFVSDK.Video.ShowVisitorManager();
            };
            }
            #endregion
            #endregion