From ff0d78bab75cc008e45400f70651fa4a2dd84625 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期一, 31 七月 2023 22:53:10 +0800 Subject: [PATCH] 2.0发布版本 --- HDL_ON/UI/UI2/4-PersonalCenter/MyServerInfoPage.cs | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) 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