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;
@@ -502,28 +503,29 @@
                //{
                //    btnUserPhoneInfo.Text = GetBindAccountText(phone);
                //};
//};
                //if (CheckIfUnbound(btnUserPhoneInfo.Text))
                //{
                //    //未绑定,跳转新绑定页面
                //    var aep = new NewBindAccountPage();
                //    MainPage.BasePageView.AddChidren(aep);
                //    aep.LoadPage(action, true);
                //    MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1;
                //}
                //else
                //{
                //    var aep = new AccountBindInfoPage();
                //    MainPage.BasePageView.AddChidren(aep);
                //    aep.LoadPage(action, 2, StringId.PhoneInfo);
                //    MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1;
                //}
//if (CheckIfUnbound(btnUserPhoneInfo.Text))
//{
//    //未绑定,跳转新绑定页面
//    var aep = new NewBindAccountPage();
//    MainPage.BasePageView.AddChidren(aep);
//    aep.LoadPage(action, true);
//    MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1;
//}
//else
//{
//    var aep = new AccountBindInfoPage();
//    MainPage.BasePageView.AddChidren(aep);
//    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
            };
@@ -563,13 +565,14 @@
                ////page.LoadPage();
                ////MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1;
                //var vcp = new ResetPasswordPage();
                //MainPage.BasePageView.AddChidren(vcp);
                //vcp.LoadPage();
                //MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1;
//var vcp = new ResetPasswordPage();
//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;