From 96e9ff2e5a54f54cdbb6b8b2f049fdf6a837de3c Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期三, 23 八月 2023 14:28:22 +0800
Subject: [PATCH] 备份1

---
 OnPro/HDL_ON/UI/UI2/4-PersonalCenter/CancelAccountPage.cs |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/OnPro/HDL_ON/UI/UI2/4-PersonalCenter/CancelAccountPage.cs b/OnPro/HDL_ON/UI/UI2/4-PersonalCenter/CancelAccountPage.cs
index d50a49e..00a8b4d 100644
--- a/OnPro/HDL_ON/UI/UI2/4-PersonalCenter/CancelAccountPage.cs
+++ b/OnPro/HDL_ON/UI/UI2/4-PersonalCenter/CancelAccountPage.cs
@@ -1,7 +1,6 @@
 锘縰sing System;
 using Shared;
 using HDL_ON.UI.CSS;
-using Xamarin.Essentials;
 using HDL_ON.DAL.Server;
 
 namespace HDL_ON.UI
@@ -357,7 +356,6 @@
 
             EventHandler<MouseEventArgs> eventHandler = (sender, e) =>
             {
-                PhoneDialer.Open(Constant.SUPPORT_TELEPHONENUMBER);
             };
 
             phoneRow.MouseUpEventHandler = eventHandler;
@@ -451,8 +449,6 @@
         /// <param name="text"></param>
         void CopyToClipboard(string text)
         {
-            Clipboard.SetTextAsync(text);
-            Utlis.ShowTip(text + "\n" + Language.StringByID(StringId.CopySuccess));
         }
 
 

--
Gitblit v1.8.0