From 8e54c77b6e0d2d87cdbad1a81a75d39bab1648d6 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期一, 16 十月 2023 10:08:47 +0800 Subject: [PATCH] 场景闪退修复 --- OnPro/HDL_ON/UI/UI2/4-PersonalCenter/CancelAccountPage.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/OnPro/HDL_ON/UI/UI2/4-PersonalCenter/CancelAccountPage.cs b/OnPro/HDL_ON/UI/UI2/4-PersonalCenter/CancelAccountPage.cs index 00a8b4d..542b0cd 100644 --- a/OnPro/HDL_ON/UI/UI2/4-PersonalCenter/CancelAccountPage.cs +++ b/OnPro/HDL_ON/UI/UI2/4-PersonalCenter/CancelAccountPage.cs @@ -224,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); @@ -288,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, -- Gitblit v1.8.0