diff --git a/lua_probject/base_project/Game/View/NewGroup/MngView/GroupMngFagListView.lua b/lua_probject/base_project/Game/View/NewGroup/MngView/GroupMngFagListView.lua
index 49e5972e..7fce1a83 100644
--- a/lua_probject/base_project/Game/View/NewGroup/MngView/GroupMngFagListView.lua
+++ b/lua_probject/base_project/Game/View/NewGroup/MngView/GroupMngFagListView.lua
@@ -95,8 +95,8 @@ function M:FillView()
self.time_panel1 = TimeSettingPanel.new(self._view, self._view:GetChild("btn_date1"),
self._view:GetChild("btn_date2"), -308, 0, function()
- self:GetMngFagInfo()
- end)
+ self:GetMngFagInfo()
+ end)
end
-- 获取上下分数据
@@ -211,9 +211,9 @@ function M:OnRenderItem(index, obj)
local rdata = local_data[index + 1]
local num = d2ad(rdata.hp)
obj:GetChild("tex_mgr_name").text = ViewUtil.stringEllipsis(rdata.m_nick)
- obj:GetChild("tex_mgr_id").text = rdata.mgr_id
+ obj:GetChild("tex_mgr_id").text = string.format("ID:%s", rdata.mgr_id)
obj:GetChild("tex_obj_name").text = ViewUtil.stringEllipsis(rdata.t_nick)
- obj:GetChild("tex_id").text = rdata.uid
+ obj:GetChild("tex_id").text = string.format("ID:%s", rdata.uid)
obj:GetChild("tex_num").text = num >= 0 and "+" .. num or num
obj:GetController("add").selectedIndex = num >= 0 and 1 or 0
obj:GetChild("tex_left").text = d2ad(rdata.cur_hp)
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_friend/Item_friend_fag_record.xml b/wb_new_ui/assets/NewGroup/component/Lst_friend/Item_friend_fag_record.xml
index 3befa6ff..e3f3fd6b 100644
--- a/wb_new_ui/assets/NewGroup/component/Lst_friend/Item_friend_fag_record.xml
+++ b/wb_new_ui/assets/NewGroup/component/Lst_friend/Item_friend_fag_record.xml
@@ -5,23 +5,23 @@
-
+
-
+
-
+
-
+
-
+
diff --git a/wb_new_ui/assets/NewGroup/mgr/View_GroupFagList.xml b/wb_new_ui/assets/NewGroup/mgr/View_GroupFagList.xml
index aeb34f00..7441af0d 100644
--- a/wb_new_ui/assets/NewGroup/mgr/View_GroupFagList.xml
+++ b/wb_new_ui/assets/NewGroup/mgr/View_GroupFagList.xml
@@ -27,13 +27,13 @@
-
+
-
+
-
+
@@ -42,7 +42,7 @@
-
+