HDL_ON/UI/UI2/FuntionControlView/Video/VideoMainView.cs
@@ -34,7 +34,9 @@
            var view1 = new FrameLayout();
            pageView.AddChidren(view1);
            var view2 = new FrameLayout();
            pageView.AddChidren(view2);
            if (!Entity.DB_ResidenceData.Instance.SupportFVDevice) {//非全视通展示通话记录
                pageView.AddChidren(view2);
            }
            View1(view1, videoList);
            View2(view2, listCall, videoList);
            Button btn11 = new Button
@@ -46,7 +48,7 @@
                BackgroundColor = MusicColor.SelectedColor,
                Radius = (uint)Application.GetRealHeight(4),
            };
            view1.AddChidren(btn11);
            //view1.AddChidren(btn11);
            Button btn12 = new Button
            {
@@ -57,7 +59,13 @@
                BackgroundColor = 0x404484F4,
                Radius = (uint)Application.GetRealHeight(4),
            };
            view1.AddChidren(btn12);
            //view1.AddChidren(btn12);
            if (!Entity.DB_ResidenceData.Instance.SupportFVDevice)
            {//非全视通展示下方选择按钮
                view1.AddChidren(btn11);
                view1.AddChidren(btn12);
            }
            Button btn21 = new Button
            {
                X = Application.GetRealWidth(170),
@@ -307,8 +315,10 @@
                            Lc_Psk = video.deviceId,//2021-10-15 PSK字段不能取deviceName
                            Lc_PlayToken = video.playToken,
                            deviceSipAccount = video.deviceSipAccount,
                            HomeId = video.homeId
                            HomeId = video.homeId,
                            deviceCode=video.deviceCode
                        };
                        ESOnVideo.Current.ShowESVideoMonitor(eSVideoInfo, video.interphoneType);
                    }
                };