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/PersonalDataPage.cs |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPage.cs
index c46f3a9..aeb7f0f 100644
--- a/HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPage.cs
+++ b/HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPage.cs
@@ -828,9 +828,10 @@
                 //MainPage.BasePageView.AddChidren(myServerInfoPage);
                 //myServerInfoPage.LoadPage();
                 //MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1;
-
+#if __IOS__
                 //钀ょ煶涓存椂瀵嗙爜
                 EZSDK.IOS.EZSDK.SharedInstance().ToTemPassView("1638782606240137218");
+#endif
 
             };
             myServerInfoCellView.GoAction = selectAction;
@@ -852,9 +853,10 @@
                 //MainPage.BasePageView.AddChidren(myServerInfoPage);
                 //myServerInfoPage.LoadPage();
                 //MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1;
-
+#if __IOS__
                 //钀ょ煶鍘嗗彶璁板綍
                 EZSDK.IOS.EZSDK.SharedInstance().ToDeviceMsgListView("1638782606240137218");
+#endif
             };
             logOffView.GoAction = logOffAction;
             logOffView.BtnTilte.Text = Language.StringByID(StringId.CancelAccount);

--
Gitblit v1.8.0