From ed30dec3d310e28ddd17b09c466a511e53a1dfcc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=BD=97=E5=AE=B6=E7=82=9C?= <2029049582@qq.com>
Date: Mon, 23 Jun 2025 20:30:19 +0800
Subject: [PATCH] =?UTF-8?q?=E7=A7=AF=E5=88=86=E8=AE=B0=E5=BD=95=E4=BF=A1?=
=?UTF-8?q?=E6=81=AF=E4=BA=A4=E6=8D=A2=E4=B8=80=E4=B8=8B=E4=BD=8D=E7=BD=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Game/View/NewGroup/MngView/GroupMngFagListView.lua | 8 ++++----
.../component/Lst_friend/Item_friend_fag_record.xml | 10 +++++-----
wb_new_ui/assets/NewGroup/mgr/View_GroupFagList.xml | 8 ++++----
3 files changed, 13 insertions(+), 13 deletions(-)
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 @@
-
+