operatingmanager commit

dev_chengFeng
jiaoyangna 2020-08-14 13:01:12 +08:00
parent 4c8d556b31
commit c9c3cb2fa4
1 changed files with 4 additions and 3 deletions

View File

@ -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
--初始化