Merge branch 'master_xma_local' of http://60.1.1.230/gaoxin/JL_Client into master_xma_local
commit
f091914b4f
|
@ -41,13 +41,13 @@ function this.SetBasicValues(giftGoodsList)
|
|||
|
||||
local rechargeConfig = ConfigManager.GetConfigData(ConfigName.RechargeCommodityConfig, giftGoodsInfo.goodsId)
|
||||
|
||||
-- LogGreen("------充值活动-----------礼包类型:".. rechargeConfig.Type .." 礼包ID:".. giftGoodsInfo.goodsId .." 已购:"
|
||||
-- ..giftGoodsInfo.buyTimes.." 开始:"..giftGoodsInfo.startTime.." 结束:"
|
||||
-- ..giftGoodsInfo.endTime .. " 可购(没卵用):" .. giftGoodsInfo.dynamicBuyTimes)
|
||||
|
||||
|
||||
if giftGoodsInfoList[rechargeConfig.Type] then
|
||||
table.insert(giftGoodsInfoList[rechargeConfig.Type], giftGoodsInfo)
|
||||
LogGreen("------充值活动-----------礼包类型:".. rechargeConfig.Type .." 礼包ID:".. giftGoodsInfo.goodsId .." 已购:"
|
||||
..giftGoodsInfo.buyTimes.." 开始:"..giftGoodsInfo.startTime.." 结束:"
|
||||
..giftGoodsInfo.endTime .. " 可购(没卵用):" .. giftGoodsInfo.dynamicBuyTimes)
|
||||
if giftGoodsInfo.endTime ~= 0 and giftGoodsInfo.startTime ~= 0 then
|
||||
if giftGoodsInfoList[rechargeConfig.Type] then
|
||||
table.insert(giftGoodsInfoList[rechargeConfig.Type], giftGoodsInfo)
|
||||
end
|
||||
end
|
||||
end
|
||||
Game.GlobalEvent:DispatchEvent(GameEvent.FindFairy.RefreshBuyOpenState)
|
||||
|
|
Loading…
Reference in New Issue