|
|
@@ -63,6 +63,8 @@ function ActTotalRecharge.onEnd(actor)
|
|
63
|
63
|
local mapItems = {}
|
|
64
|
64
|
local confs = ConfigDataManager.getTable("cfg_Activity_daysTotalRecharge")
|
|
65
|
65
|
for i = 1, #confs do
|
|
|
66
|
+ jprint("ActTotalRecharge.onEnd count:", data.count)
|
|
|
67
|
+ jprint("ActTotalRecharge.onEnd totalRecharge:", confs[i].totalRecharge)
|
|
66
|
68
|
if
|
|
67
|
69
|
data.count >= tonumber(confs[i].totalRecharge) and
|
|
68
|
70
|
not (data.rewardList and table.contains(data.rewardList, confs[i].id))
|