LuaHandleHappyGoldenInfoRsp = {} function LuaHandleHappyGoldenInfoRsp.HandlePacket(mem) require "LuaDistributesHappyGoldenInfoRsp" local packet = LuaDistributesHappyGoldenInfoRsp.ExtraPacket(mem) print(packet) require "LuaUtil" debugex.print_table(packet) local smathEggPage = CS.LuaUIManager.Instance:GetUIInstance("MarketingSmathEggPage") if smathEggPage then smathEggPage:GetComponent("MarketingUIBaseLua"):CallScriptFuncAtPath("MarketingSmathEggPage.MarketingSmathEggInfoUpdate", packet) end end