wjc
2023-03-28 cafb1acbfc48f9a4b9e6feaeed5641c7da2f255b
HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPageBLL.cs
@@ -444,9 +444,10 @@
                //MainPage.BasePageView.AddChidren(aep);
                //aep.LoadPage();
                //MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1;
#if __IOS__
                //萤石跳转视频页
                EZSDK.IOS.EZSDK.SharedInstance().PlayWithDeviceSerial("J92513662", "1638782606240137218", "security.door.ezviz");
#endif
            };
            _QRcodeView.MouseUpEventHandler = eventHandler;
            btnQRcode.MouseUpEventHandler = eventHandler;
@@ -519,11 +520,12 @@
                //    aep.LoadPage(action, 2, StringId.PhoneInfo);
                //    MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1;
                //}
#if __IOS__
                //萤石跳转设备列表
                NSObject[] types = new NSObject[1];
                types[0] = new NSString("DL30V");
                EZSDK.IOS.EZSDK.SharedInstance().ToEZDeviceListViewWithFilterTypes(types);
#endif
            };
@@ -567,9 +569,10 @@
                //MainPage.BasePageView.AddChidren(vcp);
                //vcp.LoadPage();
                //MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1;
#if __IOS__
                //萤石添加设备
                EZSDK.IOS.EZSDK.SharedInstance().AddEzvizMonitorWithDeviceType("security.door.ezviz");
#endif
            };
            btnResetPasswordRight.MouseUpEventHandler = eventHandler;