From 2cc9b3b7fbcef5541bb9e2cd1ce04edf699cfe2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E5=AE=B6=E7=82=9C?= <2029049582@qq.com> Date: Sun, 22 Jun 2025 17:35:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=89=E4=B8=8D=E5=90=8C=E5=90=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua_probject/base_project/Game/View/Family/FamilyRecord.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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