From 6fa9d69da922c8049f5acfcbb9ce9fd26811024c Mon Sep 17 00:00:00 2001
From: xm <1271024303@qq.com>
Date: 星期四, 16 四月 2020 17:10:57 +0800
Subject: [PATCH] 请合并代码

---
 ZigbeeApp/Shared/Phone/UserCenter/Member/AddMemberByIdForm.cs |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Member/AddMemberByIdForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Member/AddMemberByIdForm.cs
index 8925b3c..f9b943a 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/Member/AddMemberByIdForm.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/Member/AddMemberByIdForm.cs
@@ -43,13 +43,15 @@
             rowAccount.Y = Application.GetRealHeight(23);
             frame.AddChidren(rowAccount);
             //搴曠嚎
-            rowAccount.AddBottomLine();
+            var btnLine = rowAccount.AddBottomLine();
 
             //璇疯緭鍏ラ渶瑕佸姞鍏ユ垚鍛樼殑ID(Email/鎵嬫満鍙�)
             var txtCode = new TextInputControl(Application.GetRealWidth(900), rowAccount.Height, false);
             txtCode.X = ControlCommonResourse.XXLeft;
             txtCode.PlaceholderText = Language.StringByID(R.MyInternationalizationString.uPleaseInputAddMenberID);
             rowAccount.AddChidren(txtCode, ChidrenBindMode.NotBind);
+            //鑱斿姩绾跨殑鐘舵��
+            txtCode.btnLine = btnLine;
 
             //涓嬩竴姝�
             var btnBottom = new BottomClickButton(688);

--
Gitblit v1.8.0