From f793bebc36df45101c465efaed136c3309a19f46 Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期四, 06 四月 2023 10:57:12 +0800
Subject: [PATCH] Merge branch 'dev-cqy(1.5.9)' into wjc

---
 HDL_ON/UI/UI2/FuntionControlView/VideoDoorLock/CommonMethod.cs |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/HDL_ON/UI/UI2/FuntionControlView/VideoDoorLock/CommonMethod.cs b/HDL_ON/UI/UI2/FuntionControlView/VideoDoorLock/CommonMethod.cs
index e527034..1f82321 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/VideoDoorLock/CommonMethod.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/VideoDoorLock/CommonMethod.cs
@@ -3,6 +3,7 @@
 using System.Collections.Generic;
 using Shared;
 using HDL_ON.DAL.Server;
+using Foundation;
 #if __IOS__
 #else
 using Com.Videogo.Hdl;
@@ -61,6 +62,9 @@
                         this.GetYingshiDeviceList(serials);
                     };
                     EZSDK.IOS.EZSDK.SharedInstance().Delegate = ezsdkDelegate;
+                    NSObject[] nSObject = new NSObject[1];
+                    nSObject[0] = new NSString("DP1");
+                    EZSDK.IOS.EZSDK.SharedInstance().ConnectTipModels = nSObject;
                     EZSDK.IOS.EZSDK.SharedInstance().AddEzvizMonitorWithDeviceType(spk);
 
 #else

--
Gitblit v1.8.0