From ce1feeeb0aaa2e53bca4e8d64953edaba2b41106 Mon Sep 17 00:00:00 2001
From: xm <1271024303@qq.com>
Date: 星期五, 19 六月 2020 17:27:49 +0800
Subject: [PATCH] 请合并最新版代码
---
Home0618/Shared/Phone/UserCenter/OtherParty/OtherPartyAccountMenuForm.cs | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Home0618/Shared/Phone/UserCenter/OtherParty/OtherPartyAccountMenuForm.cs b/Home0618/Shared/Phone/UserCenter/OtherParty/OtherPartyAccountMenuForm.cs
index f49441e..7ccbfb4 100755
--- a/Home0618/Shared/Phone/UserCenter/OtherParty/OtherPartyAccountMenuForm.cs
+++ b/Home0618/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 瑙i櫎缁戝畾
--
Gitblit v1.8.0