This commit is contained in:
chenxi 2023-06-08 18:05:55 +08:00
parent c17ece443b
commit bda768c79f

View File

@ -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