From 7ca4d7e50871c558e5927b6b0eeecb2071fdf14c Mon Sep 17 00:00:00 2001
From: wei <kaede@kaededeMacBook-Air.local>
Date: 星期五, 27 十一月 2020 14:07:47 +0800
Subject: [PATCH] Revert "20201127 合并嘉乐代码"

---
 HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/ChangeBindAccountPage.cs |   30 ++++++++++++++----------------
 1 files changed, 14 insertions(+), 16 deletions(-)

diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/ChangeBindAccountPage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/ChangeBindAccountPage.cs
index 1faeae0..44b9478 100644
--- a/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/ChangeBindAccountPage.cs
+++ b/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/ChangeBindAccountPage.cs
@@ -18,17 +18,7 @@
         /// <summary>
         /// 
         /// </summary>
-        Button btnTitle;
-        /// <summary>
-        /// 
-        /// </summary>
-        Button btnContent;
-
-        /// <summary>
-        /// 
-        /// </summary>
         Action<string> action;
-
         /// <summary>
         /// 鎿嶄綔鐩爣绫诲瀷 1:閭锛�2:鎵嬫満
         /// </summary>
@@ -36,8 +26,16 @@
         /// <summary>
         /// 鏄惁涓鸿В缁戦獙璇�
         /// </summary>
-        public bool IsUnbind;
-      
+        public bool isUnbind;
+
+        /// <summary>
+        /// 
+        /// </summary>
+        Button btnTitle;
+        /// <summary>
+        /// 
+        /// </summary>
+        Button btnContent;
 
         /// <summary>
         /// ChangeBindAccountPage
@@ -103,7 +101,7 @@
                 Y = Application.GetRealHeight(213),
                 Gravity = Gravity.CenterHorizontal,
                 Width = Application.GetRealWidth(220),
-                Height = Application.GetRealWidth(44),
+                Height = Application.GetRealHeight(44),
                 BackgroundColor = CSS_Color.MainColor,
                 TextAlignment = TextAlignment.Center,
                 TextColor = CSS_Color.MainBackgroundColor,
@@ -150,12 +148,12 @@
         {
             if (optionType == 2)
             {
-                btnTitle.TextID = IsUnbind ? StringId.CurPhone : StringId.PhoneNumberVerification;
+                btnTitle.TextID = isUnbind ? StringId.CurPhone : StringId.PhoneNumberVerification;
                 btnContent.Text =  UserInfo.Current.userMobileInfo;
             }
             else
             {
-                btnTitle.TextID = IsUnbind ? StringId.CurrentEmail : StringId.EmailVerification;
+                btnTitle.TextID = isUnbind ? StringId.CurrentEmail : StringId.EmailVerification;
                 btnContent.Text =  UserInfo.Current.userEmailInfo;
             }
         }
@@ -234,7 +232,7 @@
                             {
                                 button.BackgroundColor = CSS_Color.PromptingColor1;
                                 var vcp = new ChangeBindVerificationCodePage();
-                                vcp.IsUnbind = IsUnbind;
+                                vcp.isUnbind = isUnbind;
                                 MainPage.BasePageView.AddChidren(vcp);
                                 vcp.LoadPage(action, titleId, optionType, time);
                                 MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1;

--
Gitblit v1.8.0