wxr
2024-06-06 f54a487bb42ac49bf81bd7b5eea311fc79231bc6
HDL_ON/UI/UI2/FuntionControlView/VideoDoorLock/VideoDoorLockPage.cs
@@ -264,6 +264,7 @@
            rtvFL.GetImageButton().UnSelectedImagePath = "FunctionIcon/DoorLock/RTV.png";
            rtvFL.GetTextButton().TextID = StringId.shishishipin;
            
            //临时密码
            pswFL = new CustomFrameLayout(CustomFrameLayout.widthFrameLayout, CustomFrameLayout.heightFrameLayout);
            whiteFl.AddChidren(pswFL);
@@ -273,6 +274,11 @@
            pswFL.AddTextButtonView();
            pswFL.GetImageButton().UnSelectedImagePath = "FunctionIcon/DoorLock/OneOpenLock.png";
            pswFL.GetTextButton().TextID = StringId.linshimima1;
            if (device.omodel.Contains("CS-DL30F-V100"))
            {
                rtvFL.Visible = rtvFL.Enable = false;
                pswFL.X = Application.GetRealWidth(26);
            }
            //历史记录
            recordFL = new CustomFrameLayout(CustomFrameLayout.widthFrameLayout, CustomFrameLayout.heightFrameLayout);
@@ -375,7 +381,7 @@
                {
                    return;
                }
                //CommonMethod.Current.SkipRTVActivity(this.device.sid, this.device.deviceId, this.device.spk, false);
                CommonMethod.Current.SkipRTVActivity(this.device.sid, this.device.deviceId, this.device.spk, false);
            });
            var lastClickTime = DateTime.MinValue;
@@ -387,7 +393,7 @@
                    return;
                }
                lastClickTime = DateTime.Now;
                //CommonMethod.Current.SkipPSWActivity(this.device.deviceId);
                CommonMethod.Current.SkipPSWActivity(this.device.deviceId);
            });
            //历史记录
@@ -412,7 +418,7 @@
                    {
                        Application.RunOnMainThread(() =>
                        {
                            //CommonMethod.Current.SkipRecordActivity(this.device.deviceId);
                            CommonMethod.Current.SkipRecordActivity(this.device.deviceId);
                        });
                    }catch(Exception ex)
                    {