有不同吗
parent
fdef007d61
commit
2cc9b3b7fb
|
|
@ -20,12 +20,14 @@ function M:init()
|
||||||
com_Record.height = root._view.height
|
com_Record.height = root._view.height
|
||||||
com_Record:Center()
|
com_Record:Center()
|
||||||
self._view = com_Record
|
self._view = com_Record
|
||||||
|
|
||||||
|
self:ShowNumberRecord()
|
||||||
end
|
end
|
||||||
|
|
||||||
function M:ShowNumberRecord()
|
function M:ShowNumberRecord()
|
||||||
local fgCtr = ControllerManager.GetController(NewGroupController)
|
local fgCtr = ControllerManager.GetController(NewGroupController)
|
||||||
self.records = {}
|
self.records = {}
|
||||||
local uid = DataManager
|
local uid = DataManager.SelfUser.account_id
|
||||||
local timeTable = os.date("*t", os.time())
|
local timeTable = os.date("*t", os.time())
|
||||||
timeTable.hour = 0
|
timeTable.hour = 0
|
||||||
timeTable.min = 0
|
timeTable.min = 0
|
||||||
|
|
@ -36,6 +38,7 @@ function M:ShowNumberRecord()
|
||||||
end
|
end
|
||||||
|
|
||||||
function M:RecursionRecord(fgCtr, index, uid, leftTime, rightTime)
|
function M:RecursionRecord(fgCtr, index, uid, leftTime, rightTime)
|
||||||
|
print("lingmeng RecursionRecord", self.group_id, GetPlatform(), uid, 0, index * 60, 60, leftTime, rightTime, 3)
|
||||||
fgCtr:FG_GetGroupRecordSpe(self.group_id, GetPlatform(), uid, 0, index * 60, 60, leftTime, rightTime, 3,
|
fgCtr:FG_GetGroupRecordSpe(self.group_id, GetPlatform(), uid, 0, index * 60, 60, leftTime, rightTime, 3,
|
||||||
function(res)
|
function(res)
|
||||||
if res.ReturnCode ~= 0 then
|
if res.ReturnCode ~= 0 then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue