From bda768c79f949d5f593b3a4c336485798c5ca692 Mon Sep 17 00:00:00 2001 From: chenxi Date: Thu, 8 Jun 2023 18:05:55 +0800 Subject: [PATCH] bug --- lua/app/ui/main_city/component/chapter_comp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/app/ui/main_city/component/chapter_comp.lua b/lua/app/ui/main_city/component/chapter_comp.lua index 182ac533..004f252e 100644 --- a/lua/app/ui/main_city/component/chapter_comp.lua +++ b/lua/app/ui/main_city/component/chapter_comp.lua @@ -146,7 +146,7 @@ function ChapterComp:refreshChapter(force) objs.box:addClickListener(function() if needWave <= curMaxWave and not rewardGot then objs.spineObj:setVisible(true) - objs.spineObj:playAnimComplete("open", true, false, function() + objs.spineObj:playAnimComplete("open", false, false, function() ModuleManager.ChapterManager:openBox(rewardChapterId, index) end) else