06.04 20.00 跑得快可以点击返回返回大联盟

master
罗家炜 2025-06-04 19:59:58 +08:00
parent c88aae2498
commit e9ca5cd95e
4 changed files with 7 additions and 3 deletions

View File

@ -15,7 +15,7 @@ local MngPermission = import('.MngPermission')
local GroupMngMemberHpListView = {
numberMap = { {}, {} },
backTable = {},
pageNum = 4,
pageNum = 20,
start = 1,
page = 1
}

View File

@ -14,7 +14,7 @@ local MngPermission = import('.MngPermission')
local GroupMngMenKangView = {
numberMap = { {}, {} },
backTable = {},
pageNum = 4,
pageNum = 20,
start = 1,
page = 1
}

View File

@ -16,7 +16,7 @@ local MngPermission = import('.MngPermission')
local GroupMngPiLaoZhi = {
numberMap = { {}, {} },
backTable = {},
pageNum = 4,
pageNum = 20,
start = 1,
page = 1
}

View File

@ -214,6 +214,10 @@ function M:InitView(url)
self._ctr_action.selectedIndex = 0
end)
end
self._view:GetChild('btn_leave_lobby').onClick:Set(function()
ViewManager.ChangeView(ViewManager.View_Lobby)
end)
end
function M:UpdateCard(index)