连续快速扫荡显示fix

This commit is contained in:
Fang 2023-08-21 14:55:07 +08:00
parent bff1f50a2b
commit a68c4c79f2

View File

@ -146,7 +146,9 @@ function MopUpUI:showRewardAppearAnim(idx, cell)
animRewardAppear:OnComplete(function()
animRewardAppear = nil
cell:setTouchEnable(true)
self.btnOk:setTouchEnable(true)
self:performWithDelayGlobal(function()
self.btnOk:setTouchEnable(true)
end, 0.5)
end)
return animRewardAppear
end