【心愿抽卡】初始化抽卡总次数

dev_chengFeng
ZhangBiao 2021-06-30 11:56:23 +08:00
parent 194c610b14
commit 782b20fa0c
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ function this.SetAllDrawTimes(_allData)
if not this.drawTimes[_allData[i].type] then
this.drawTimes[_allData[i].type] = {}
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