diff --git a/lua_probject/base_project/Game/View/Family/FamilyRecord.lua b/lua_probject/base_project/Game/View/Family/FamilyRecord.lua index 4aabd4ea..35ae4cfd 100644 --- a/lua_probject/base_project/Game/View/Family/FamilyRecord.lua +++ b/lua_probject/base_project/Game/View/Family/FamilyRecord.lua @@ -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