fix bug
This commit is contained in:
parent
8f556e6d65
commit
4c0e0c1921
@ -182,6 +182,9 @@ function SummonRewardUI:onRefresh()
|
||||
self:refreshSummonBtn()
|
||||
end
|
||||
self.tranBg:addClickListener(function()
|
||||
if self.closeCallBack then
|
||||
self:closeCallBack()
|
||||
end
|
||||
self:closeUI()
|
||||
end)
|
||||
self.tranBg:setClickAnimation(false)
|
||||
@ -215,10 +218,10 @@ function SummonRewardUI:onRefresh()
|
||||
self:refreshSummonBtn()
|
||||
end
|
||||
self.tranBg:addClickListener(function()
|
||||
self:closeUI()
|
||||
if self.closeCallBack then
|
||||
self:closeCallBack()
|
||||
end
|
||||
self:closeUI()
|
||||
end)
|
||||
self.tranBg:setClickAnimation(false)
|
||||
end)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user