From cafb1acbfc48f9a4b9e6feaeed5641c7da2f255b Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期二, 28 三月 2023 16:53:01 +0800
Subject: [PATCH] 2023年03月28日16:52:45

---
 HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPageBLL.cs |   49 ++++++++++++++++++++++++++-----------------------
 1 files changed, 26 insertions(+), 23 deletions(-)

diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPageBLL.cs b/HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPageBLL.cs
index 23fd1d4..840f117 100644
--- a/HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPageBLL.cs
+++ b/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;

--
Gitblit v1.8.0