From 5544347e0f2d5b4f3be5e63b728258e8f567cc83 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期四, 11 四月 2024 11:37:12 +0800 Subject: [PATCH] V2版本功能完成 --- HDL_ON/UI/UI2/4-PersonalCenter/CancelAccountPage.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/CancelAccountPage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/CancelAccountPage.cs index 3a6090b..ee4adf6 100644 --- a/HDL_ON/UI/UI2/4-PersonalCenter/CancelAccountPage.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/CancelAccountPage.cs @@ -228,7 +228,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); -- Gitblit v1.8.0