主界面关卡宝箱领取显示bug修复

This commit is contained in:
xiekaidong 2023-06-07 10:30:37 +08:00
parent 695e9f1e7d
commit 502c73bae8

View File

@ -147,7 +147,6 @@ function ChapterComp:refreshChapter(force)
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", true, false, function()
objs.spineObj:setVisible(false)
ModuleManager.ChapterManager:openBox(rewardChapterId, index) ModuleManager.ChapterManager:openBox(rewardChapterId, index)
end) end)
else else