限时折扣提交

jiaoyangna 2020-09-25 15:03:12 +08:00
parent 9937a05d97
commit afc1d269c2
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ function this:SetCurTypeAndIndex()
curIndex = OperatingManager.upGradePackagePanelIndex and OperatingManager.upGradePackagePanelIndex or 1
if curGiftList[curType] and #curGiftList[curType] > 0 and curGiftList[curType][curIndex] then
elseif curGiftList[curType] and #curGiftList[curType] > 0 and (not curGiftList[curType][curIndex]) then
curIndex = ##curGiftList[curType]
curIndex = #curGiftList[curType]
return curGiftList[curType][curIndex]
else
for k,v in pairs(curGiftList) do