Revert "逍遥游 兑换界面修改"

This reverts commit 8bed258441.
ZhangBiao 2020-10-19 22:23:28 +08:00
parent acfccff38a
commit 9bde86217d
1 changed files with 1 additions and 1 deletions

View File

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