06.04 20.00 跑得快可以点击返回返回大联盟
parent
c88aae2498
commit
e9ca5cd95e
|
|
@ -15,7 +15,7 @@ local MngPermission = import('.MngPermission')
|
|||
local GroupMngMemberHpListView = {
|
||||
numberMap = { {}, {} },
|
||||
backTable = {},
|
||||
pageNum = 4,
|
||||
pageNum = 20,
|
||||
start = 1,
|
||||
page = 1
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ local MngPermission = import('.MngPermission')
|
|||
local GroupMngMenKangView = {
|
||||
numberMap = { {}, {} },
|
||||
backTable = {},
|
||||
pageNum = 4,
|
||||
pageNum = 20,
|
||||
start = 1,
|
||||
page = 1
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ local MngPermission = import('.MngPermission')
|
|||
local GroupMngPiLaoZhi = {
|
||||
numberMap = { {}, {} },
|
||||
backTable = {},
|
||||
pageNum = 4,
|
||||
pageNum = 20,
|
||||
start = 1,
|
||||
page = 1
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue