wxr
2024-08-27 bfb3d0d4879dca8c59ff287c92f5113162f3a33a
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,