bug
This commit is contained in:
parent
c17ece443b
commit
bda768c79f
@ -146,7 +146,7 @@ function ChapterComp:refreshChapter(force)
|
|||||||
objs.box:addClickListener(function()
|
objs.box:addClickListener(function()
|
||||||
if needWave <= curMaxWave and not rewardGot then
|
if needWave <= curMaxWave and not rewardGot then
|
||||||
objs.spineObj:setVisible(true)
|
objs.spineObj:setVisible(true)
|
||||||
objs.spineObj:playAnimComplete("open", true, false, function()
|
objs.spineObj:playAnimComplete("open", false, false, function()
|
||||||
ModuleManager.ChapterManager:openBox(rewardChapterId, index)
|
ModuleManager.ChapterManager:openBox(rewardChapterId, index)
|
||||||
end)
|
end)
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user