黄学彪
2020-06-10 dce6c3481a37216292724013ff9d2b75ceb82f86
ZigbeeApp/Shared/Phone/UserCenter/OtherParty/OtherPartyAccountMenuForm.cs
@@ -91,13 +91,13 @@
            var btnChat = rowChat.AddLeftCaption(Language.StringByID(R.MyInternationalizationString.uWebChat), 400, 60);
            btnChat.Y = Application.GetRealHeight(12) + rowChat.chidrenYaxis;
            btnChat.TextSize = 15;
            rowChat.AddChidren(btnChat, ChidrenBindMode.BindEventOnly);
            rowChat.AddChidren(btnChat, ChidrenBindMode.BindEvent);
            //未授权  OR  名字
            var btnTip1 = rowChat.AddLeftCaption(bindNameText == null ? string.Empty : bindNameText, 400, 50);
            btnTip1.Y = Application.GetRealHeight(72) + rowChat.chidrenYaxis;
            btnTip1.TextSize = 12;
            btnTip1.TextColor = UserCenterColor.Current.TextGrayColor1;
            rowChat.AddChidren(btnTip1, ChidrenBindMode.BindEventOnly);
            rowChat.AddChidren(btnTip1, ChidrenBindMode.BindEvent);
            //向右图标
            rowChat.AddRightArrow();
            //底线
@@ -141,13 +141,13 @@
            //var btnQQ = rowQQ.AddLeftCaption("QQ", 400, 60);
            //btnQQ.Y = Application.GetRealHeight(12) + rowQQ.chidrenYaxis;
            //btnQQ.TextSize = 15;
            //rowQQ.AddChidren(btnQQ, ChidrenBindMode.BindEventOnly);
            //rowQQ.AddChidren(btnQQ, ChidrenBindMode.BindEvent);
            ////未授权  OR  名字
            //var btnTip2 = rowQQ.AddLeftCaption(bindNameText, 400, 49);
            //btnTip2.Y = Application.GetRealHeight(72) + rowQQ.chidrenYaxis;
            //btnTip2.TextSize = 12;
            //btnTip2.TextColor = UserCenterColor.Current.TextGrayColor1;
            //rowQQ.AddChidren(btnTip2, ChidrenBindMode.BindEventOnly);
            //rowQQ.AddChidren(btnTip2, ChidrenBindMode.BindEvent);
            ////向右图标
            //rowQQ.AddRightArrow();
            ////请绑定  OR  解除绑定