限时折扣提交
parent
9937a05d97
commit
afc1d269c2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue