|
|
@@ -13,6 +13,7 @@ end
|
|
13
|
13
|
-- 获取活动奖励
|
|
14
|
14
|
local function _get_reward_items(id)
|
|
15
|
15
|
local reward = ConfigDataManager.getTableValue("cfg_Activity_firstRecharge", "reward", "id", id)
|
|
|
16
|
+ jprint("首充活动奖励", id, reward)
|
|
16
|
17
|
local tmp = string.toIntIntMap(reward, "#", "|")
|
|
17
|
18
|
if table.notNullOrEmpty(tmp) then
|
|
18
|
19
|
local list = {}
|