06.04 20.00 跑得快可以点击返回返回大联盟
parent
c88aae2498
commit
e9ca5cd95e
|
|
@ -15,7 +15,7 @@ local MngPermission = import('.MngPermission')
|
||||||
local GroupMngMemberHpListView = {
|
local GroupMngMemberHpListView = {
|
||||||
numberMap = { {}, {} },
|
numberMap = { {}, {} },
|
||||||
backTable = {},
|
backTable = {},
|
||||||
pageNum = 4,
|
pageNum = 20,
|
||||||
start = 1,
|
start = 1,
|
||||||
page = 1
|
page = 1
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ local MngPermission = import('.MngPermission')
|
||||||
local GroupMngMenKangView = {
|
local GroupMngMenKangView = {
|
||||||
numberMap = { {}, {} },
|
numberMap = { {}, {} },
|
||||||
backTable = {},
|
backTable = {},
|
||||||
pageNum = 4,
|
pageNum = 20,
|
||||||
start = 1,
|
start = 1,
|
||||||
page = 1
|
page = 1
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ local MngPermission = import('.MngPermission')
|
||||||
local GroupMngPiLaoZhi = {
|
local GroupMngPiLaoZhi = {
|
||||||
numberMap = { {}, {} },
|
numberMap = { {}, {} },
|
||||||
backTable = {},
|
backTable = {},
|
||||||
pageNum = 4,
|
pageNum = 20,
|
||||||
start = 1,
|
start = 1,
|
||||||
page = 1
|
page = 1
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -214,6 +214,10 @@ function M:InitView(url)
|
||||||
self._ctr_action.selectedIndex = 0
|
self._ctr_action.selectedIndex = 0
|
||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
self._view:GetChild('btn_leave_lobby').onClick:Set(function()
|
||||||
|
ViewManager.ChangeView(ViewManager.View_Lobby)
|
||||||
|
end)
|
||||||
end
|
end
|
||||||
|
|
||||||
function M:UpdateCard(index)
|
function M:UpdateCard(index)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue