From 0f2e0147e8990e913d16d99bc1b94fb6bc53abd7 Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期四, 03 十二月 2020 15:35:42 +0800
Subject: [PATCH] 2020-12-03-1

---
 HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/NewBindAccountPage.cs |   19 +++++++++++--------
 1 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/NewBindAccountPage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/NewBindAccountPage.cs
index 9de0907..8362af1 100644
--- a/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/NewBindAccountPage.cs
+++ b/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/NewBindAccountPage.cs
@@ -16,6 +16,10 @@
         FrameLayout bodyView;
         Button btnBind;
         EditText etContent;
+
+        /// <summary>
+        /// 
+        /// </summary>
         Action<string> action;
 
         /// <summary>
@@ -30,7 +34,6 @@
         /// 鏄惁鎹㈢粦
         /// </summary>
         bool isModifyBind;
-
         /// <summary>
         /// 鎵嬫満鍖哄彿
         /// </summary>
@@ -100,13 +103,13 @@
                     if (!string.IsNullOrEmpty(code))
                     {
                         phoneZoneCode = code;
-                        codeView.btnSubtitle.Text = "+" + phoneZoneCode;
+                        codeView.BtnSubtitle.Text = "+" + phoneZoneCode;
                     }
                 });
             };
-            codeView.goAction = selectAction;
-            codeView.btnTilte.Text = Language.StringByID(StringId.CountryOrRegion);
-            codeView.btnSubtitle.Text = "+" + phoneZoneCode;
+            codeView.GoAction = selectAction;
+            codeView.BtnTilte.Text = Language.StringByID(StringId.CountryOrRegion);
+            codeView.BtnSubtitle.Text = "+" + phoneZoneCode;
 
             //鎵嬫満鍙疯緭鍏ユ
             FrameLayout rowView = new FrameLayout()
@@ -144,7 +147,7 @@
                 Y = Application.GetRealHeight(213),
                 Gravity = Gravity.CenterHorizontal,
                 Width = Application.GetRealWidth(220),
-                Height = Application.GetRealHeight(44),
+                Height = Application.GetRealWidth(44),
                 BackgroundColor = CSS_Color.MainColor,
                 TextAlignment = TextAlignment.Center,
                 TextColor = CSS_Color.MainBackgroundColor,
@@ -200,7 +203,7 @@
                 Y = Application.GetRealHeight(213),
                 Gravity = Gravity.CenterHorizontal,
                 Width = Application.GetRealWidth(220),
-                Height = Application.GetRealHeight(44),
+                Height = Application.GetRealWidth(44),
                 BackgroundColor = CSS_Color.MainColor,
                 TextAlignment = TextAlignment.Center,
                 TextColor = CSS_Color.MainBackgroundColor,
@@ -327,7 +330,7 @@
                             {
                                 button.BackgroundColor = CSS_Color.PromptingColor1;
                                 var vcp = new NewBindVerificationCodePage();
-                                vcp.phoneZoneCode = phoneZoneCode;
+                                vcp.PhoneZoneCode = phoneZoneCode;
                                 MainPage.BasePageView.AddChidren(vcp);
                                 vcp.LoadPage(action, titleId, account, isPhone, time, isModifyBind);
                                 MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1;

--
Gitblit v1.8.0