From 0f66b9ebc18398af6f7e2c2b411f65c84fe718fc Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期一, 31 七月 2023 22:53:59 +0800
Subject: [PATCH] Merge branch 'Dev-Branch' into wxr-2.1

---
 HDL_ON/Common/HDLCommon.cs                         |    2 +-
 HDL_ON/UI/UI2/4-PersonalCenter/MyServerInfoPage.cs |   10 +++++-----
 DLL/IOS/EZSDK.IOS.dll                              |    0 
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/DLL/IOS/EZSDK.IOS.dll b/DLL/IOS/EZSDK.IOS.dll
index 34f80db..7ce30f9 100644
--- a/DLL/IOS/EZSDK.IOS.dll
+++ b/DLL/IOS/EZSDK.IOS.dll
Binary files differ
diff --git a/HDL_ON/Common/HDLCommon.cs b/HDL_ON/Common/HDLCommon.cs
index 7cef7dd..9d98174 100644
--- a/HDL_ON/Common/HDLCommon.cs
+++ b/HDL_ON/Common/HDLCommon.cs
@@ -258,7 +258,7 @@
         {
             try
             {
-                Console.WriteLine($"鎺ユ敹鍒版帹閫侊紝锛岋紝锛�.{Newtonsoft.Json.JsonConvert.SerializeObject(jpushMessageInfo).ToString()}");
+                //Console.WriteLine($"鎺ユ敹鍒版帹閫侊紝锛岋紝锛�.{Newtonsoft.Json.JsonConvert.SerializeObject(jpushMessageInfo).ToString()}");
 
                 //Extras涓虹┖涓嶅鐞�
                 if (string.IsNullOrEmpty(jpushMessageInfo.Extras)) return;
diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/MyServerInfoPage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/MyServerInfoPage.cs
index df5777d..e858618 100644
--- a/HDL_ON/UI/UI2/4-PersonalCenter/MyServerInfoPage.cs
+++ b/HDL_ON/UI/UI2/4-PersonalCenter/MyServerInfoPage.cs
@@ -1,7 +1,7 @@
 锘縰sing System;
 using HDL_ON.UI.CSS;
 using Shared;
-using Xamarin.Essentials;
+//using Xamarin.Essentials;
 
 namespace HDL_ON.UI
 {
@@ -100,10 +100,10 @@
                 phoneBtn.X = callBtn.X;
             }
 
-            phoneBtn.MouseUpEventHandler += (sender, e) =>
-            {
-                PhoneDialer.Open(Constant.SUPPORT_TELEPHONENUMBER);
-            };
+            //phoneBtn.MouseUpEventHandler += (sender, e) =>
+            //{
+            //    PhoneDialer.Open(Constant.SUPPORT_TELEPHONENUMBER);
+            //};
 
             serverBtn.Text = Language.StringByID(StringId.CurrentAccountServerOwnership) + OnAppConfig.Instance.GlobalRegion.regionName;
 

--
Gitblit v1.8.0