有不同吗

master
罗家炜 2025-06-22 17:35:32 +08:00
parent fdef007d61
commit 2cc9b3b7fb
1 changed files with 4 additions and 1 deletions

View File

@ -20,12 +20,14 @@ function M:init()
com_Record.height = root._view.height
com_Record:Center()
self._view = com_Record
self:ShowNumberRecord()
end
function M:ShowNumberRecord()
local fgCtr = ControllerManager.GetController(NewGroupController)
self.records = {}
local uid = DataManager
local uid = DataManager.SelfUser.account_id
local timeTable = os.date("*t", os.time())
timeTable.hour = 0
timeTable.min = 0
@ -36,6 +38,7 @@ function M:ShowNumberRecord()
end
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,
function(res)
if res.ReturnCode ~= 0 then