operatingmanager commit
parent
4c8d556b31
commit
c9c3cb2fa4
|
@ -8,13 +8,14 @@
|
|||
|
||||
OperatingManager = {}
|
||||
local this = OperatingManager
|
||||
|
||||
--后端数据 以RechargeCommodityConfig表Type为键
|
||||
local giftGoodsInfoList = {}
|
||||
--- 新的数据列表,按照ID存取
|
||||
local newGoodsList = {}
|
||||
local hadBuyGoodsList = {}
|
||||
local rechargeConfig = ConfigManager.GetConfig(ConfigName.RechargeCommodityConfig)
|
||||
local luxuryConfig = ConfigManager.GetConfig(ConfigName.LuxuryFundConfig)
|
||||
--后端数据 goodsId;//商品id buyTimes; //购买次数 startTime;//开始时间 endTime; //结束时间 dynamicBuyTimes; //可购买次数
|
||||
local giftGoodsInfo
|
||||
|
||||
--初始化
|
||||
|
|
Loading…
Reference in New Issue