逍遥游 兑换界面修改

jiaoyangna 2020-10-19 20:21:01 +08:00
parent 4a32348f90
commit 8bed258441
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ function this:BindEvent()
end end
end) end)
Util.AddClick(this.addBtn,function() Util.AddClick(this.addBtn,function()
UIManager.OpenPanel(UIName.ShopBuyPopup, 7,10032) UIManager.OpenPanel(UIName.ShopBuyPopup, 7,10032,0)
parent:ClosePanel() parent:ClosePanel()
end) end)
end end