【心愿抽卡】初始化抽卡总次数
parent
194c610b14
commit
782b20fa0c
|
@ -77,7 +77,7 @@ function this.SetAllDrawTimes(_allData)
|
||||||
if not this.drawTimes[_allData[i].type] then
|
if not this.drawTimes[_allData[i].type] then
|
||||||
this.drawTimes[_allData[i].type] = {}
|
this.drawTimes[_allData[i].type] = {}
|
||||||
end
|
end
|
||||||
this.drawTimes[_allData[i].type] = _allData[i].num
|
this.drawTimes[_allData[i].type] = _allData[i].num > 0 and _allData[i].num or 0
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue