From bfb3d0d4879dca8c59ff287c92f5113162f3a33a Mon Sep 17 00:00:00 2001
From: wxr <wxr@hdlchina.com.cn>
Date: 星期二, 27 八月 2024 15:22:48 +0800
Subject: [PATCH] 代码备份

---
 OnPro/HDL_ON/UI/UI2/4-PersonalCenter/CancelAccountPage.cs |    8 ++------
 1 files changed, 2 insertions(+), 6 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..542b0cd 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
@@ -225,7 +224,7 @@
             btnLogin.MouseUpEventHandler = (sender,e) =>{
                 if (btnLogin.IsSelected)
                 {
-                    var tipMsg = "*鎮ㄥ綋鍓嶆鍦ㄦ敞閿�璐︽埛锛屾敞閿�瀹屾垚鍚庯紝鎮ㄥ湪On Pro App鐨勬墍鏈夋暟鎹潎浼氳鍒犻櫎锛岃璋ㄦ厧鎿嶄綔銆�";
+                    var tipMsg = "*鎮ㄥ綋鍓嶆鍦ㄦ敞閿�璐︽埛锛屾敞閿�瀹屾垚鍚庯紝鎮ㄥ湪銆婅崳鎮︽櫤鑳姐�� App鐨勬墍鏈夋暟鎹潎浼氳鍒犻櫎锛岃璋ㄦ厧鎿嶄綔銆�";
                     Action action = () => {
                         var loading = new Loading();
                         this.AddChidren(loading);
@@ -289,7 +288,7 @@
 
             var textView = new Button()
             {
-                Y = Application.GetRealHeight(64),
+                Y = Application.GetRealHeight(74),
                 Height = Application.GetRealHeight(150),
                 Padding = new Padding( Application.GetRealWidth(16), Application.GetRealWidth(16), Application.GetRealWidth(16), Application.GetRealWidth(16)),
                 IsMoreLines = true,
@@ -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