diff --git a/lua_probject/base_project/Game/View/NewGroup/MngView/GroupMngPartnerStatViewAlone.lua b/lua_probject/base_project/Game/View/NewGroup/MngView/GroupMngPartnerStatViewAlone.lua index 5f41350a..82311be9 100644 --- a/lua_probject/base_project/Game/View/NewGroup/MngView/GroupMngPartnerStatViewAlone.lua +++ b/lua_probject/base_project/Game/View/NewGroup/MngView/GroupMngPartnerStatViewAlone.lua @@ -138,6 +138,7 @@ function M:InitView() self.lst_record:RemoveChildren(0, -1, true) self.lst_record = nil self.lst_record = self._view:GetChild("lst_record") + self.record_data = {} self:GetRecordData(0) end, true) self.begin_time, self.end_time = self.time_panel:GetDate() @@ -266,6 +267,8 @@ function M:GetRecordData(index) ViewUtil.ErrorTip(nil, "你不是合伙人") return end + print("lingmeng 合伙人 ", DataManager.SelfUser.account_id) + pt(self.record_data) self:NewRecordTable(0) -- self.lst_record.numItems = #self.record_data end