JLChen
2020-11-20 437c7a6d88d11e500fc19a3dd198aec28412f06b
HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/BindAccountPage.cs
@@ -91,7 +91,7 @@
//                var account = etContent.Text.Trim();
//                if (titleId == StringId.BindEmail)
//                {
//                    if (account == MainPage.LoginUser.userEmailInfo)
//                    if (account ==  UserInfo.Current.userEmailInfo)
//                    {
//                        var tip = new Tip()
//                        {
@@ -116,7 +116,7 @@
//                }
//                else if (titleId == StringId.BindPhone)
//                {
//                    if(account == MainPage.LoginUser.userMobileInfo)
//                    if(account ==  UserInfo.Current.userMobileInfo)
//                    {
//                        var tip = new Tip()
//                        {
@@ -148,11 +148,11 @@
//                        {
//                            if (titleId == StringId.BindEmail)
//                            {
//                                MainPage.LoginUser.userEmailInfo = account;
//                                 UserInfo.Current.userEmailInfo = account;
//                            }
//                            else if (titleId == StringId.BindPhone)
//                            {
//                                MainPage.LoginUser.userMobileInfo = account;
//                                 UserInfo.Current.userMobileInfo = account;
//                            }
//                            var page = new OperationResultDisPalyPage();
//                            page.Show();