From 17bd728f24149f24c1637b2144c240f6c718e125 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=BD=97=E5=AE=B6=E7=82=9C?= <2029049582@qq.com>
Date: Tue, 3 Jun 2025 21:35:00 +0800
Subject: [PATCH] =?UTF-8?q?=E6=89=A9=E5=A4=A7=E6=9B=B4=E5=A4=9A=E4=BA=A4?=
=?UTF-8?q?=E6=8D=A2=E5=9B=BE=E6=A0=87?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Game/View/NewGroup/GroupInfoView.lua | 6 +++++
.../View/NewGroup/MngView/MngPageConfig.lua | 2 +-
wb_new_ui/assets/Hotupdate/Version.xml | 2 +-
wb_new_ui/assets/NewGroup/Main_GroupInfo.xml | 25 +++++++++++--------
.../NewGroup/component/Lst_info/Btn_Icon2.xml | 9 +++++++
.../NewGroup/mgr/View_GroupPiLaoZhi.xml | 18 ++++++-------
wb_new_ui/assets/NewGroup/package.xml | 1 +
7 files changed, 42 insertions(+), 21 deletions(-)
create mode 100644 wb_new_ui/assets/NewGroup/component/Lst_info/Btn_Icon2.xml
diff --git a/lua_probject/base_project/Game/View/NewGroup/GroupInfoView.lua b/lua_probject/base_project/Game/View/NewGroup/GroupInfoView.lua
index ff0d18cf..f9253fdb 100644
--- a/lua_probject/base_project/Game/View/NewGroup/GroupInfoView.lua
+++ b/lua_probject/base_project/Game/View/NewGroup/GroupInfoView.lua
@@ -1248,6 +1248,12 @@ function M:InitView(url)
end
self.mng_view_Player:Show()
end)
+ self._view:GetChild('btn_gerenxinxi2').onClick:Set(function()
+ if not self.mng_view_Player then
+ self.mng_view_Player = GroupShowMemberInfoView.new(self.curGroup.id, self.curGroup)
+ end
+ self.mng_view_Player:Show()
+ end)
self:__loadGroupData()
self:__refreshManager()
diff --git a/lua_probject/base_project/Game/View/NewGroup/MngView/MngPageConfig.lua b/lua_probject/base_project/Game/View/NewGroup/MngView/MngPageConfig.lua
index d3e9ec9e..f10c2e38 100644
--- a/lua_probject/base_project/Game/View/NewGroup/MngView/MngPageConfig.lua
+++ b/lua_probject/base_project/Game/View/NewGroup/MngView/MngPageConfig.lua
@@ -64,7 +64,7 @@ MngPageConfig.Config = {
{
-- 盟主
--{19, 16, 7, 3, 8, 9, 13, 17},
- { 9, 17, 16, 7, 19, 3 },
+ { 9, 17, 16, 7 },
-- 管理员
--{19, 16, 7, 3, 8, 9, 13, 17},
{ 9, 17, 16, 7 },
diff --git a/wb_new_ui/assets/Hotupdate/Version.xml b/wb_new_ui/assets/Hotupdate/Version.xml
index 1777b689..22e1164e 100644
--- a/wb_new_ui/assets/Hotupdate/Version.xml
+++ b/wb_new_ui/assets/Hotupdate/Version.xml
@@ -3,7 +3,7 @@
-
+
diff --git a/wb_new_ui/assets/NewGroup/Main_GroupInfo.xml b/wb_new_ui/assets/NewGroup/Main_GroupInfo.xml
index 76e3f769..c22cc3fb 100644
--- a/wb_new_ui/assets/NewGroup/Main_GroupInfo.xml
+++ b/wb_new_ui/assets/NewGroup/Main_GroupInfo.xml
@@ -12,8 +12,8 @@
-
-
+
+
@@ -220,26 +220,31 @@
-
+
-
+
-
+
-
+
-
+
-
-
-
+
+
+
+
+
+
+
+
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_info/Btn_Icon2.xml b/wb_new_ui/assets/NewGroup/component/Lst_info/Btn_Icon2.xml
new file mode 100644
index 00000000..fbb10000
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_info/Btn_Icon2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/View_GroupPiLaoZhi.xml b/wb_new_ui/assets/NewGroup/mgr/View_GroupPiLaoZhi.xml
index 02751357..0bfac6ba 100644
--- a/wb_new_ui/assets/NewGroup/mgr/View_GroupPiLaoZhi.xml
+++ b/wb_new_ui/assets/NewGroup/mgr/View_GroupPiLaoZhi.xml
@@ -1,15 +1,15 @@
-
+
-
-
+
+
-
-
+
+
@@ -101,10 +101,10 @@
-
-
-
-
+
+
+
+
diff --git a/wb_new_ui/assets/NewGroup/package.xml b/wb_new_ui/assets/NewGroup/package.xml
index 5b239e4d..7e221df2 100644
--- a/wb_new_ui/assets/NewGroup/package.xml
+++ b/wb_new_ui/assets/NewGroup/package.xml
@@ -1080,6 +1080,7 @@
+
\ No newline at end of file