tiangong serecttreasure commit
parent
fa3003fdc6
commit
9ed09dc1d2
|
|
@ -59,7 +59,13 @@ function this.SetSingleRewardState(id,state)
|
||||||
end
|
end
|
||||||
|
|
||||||
function this.GetAllRewardData()
|
function this.GetAllRewardData()
|
||||||
return rewardData
|
local temp = {}
|
||||||
|
for k,v in ipairs(rewardData) do
|
||||||
|
if v.ActivityId == 1 then
|
||||||
|
table.insert(temp,v)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
return temp
|
||||||
end
|
end
|
||||||
--红点检测
|
--红点检测
|
||||||
function this.RedPointState(singleRewardData,TreasrueState)
|
function this.RedPointState(singleRewardData,TreasrueState)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue