TCX_dev_zeroFive_online
parent
476568d141
commit
0cd9f47611
|
@ -125,6 +125,8 @@ function GodPrintPopUp:BindEvent()
|
|||
|
||||
--如果装备位置满了 显示替换界面
|
||||
if pos==0 then
|
||||
PopupTipPanel.ShowTip("可装备位置不足!")
|
||||
--[[
|
||||
UIManager.OpenPanel(UIName.GodPrintPopUpV2,2,curHeroData,localData,function()
|
||||
self:ClosePanel()
|
||||
self:RefreshShow()
|
||||
|
@ -132,6 +134,8 @@ function GodPrintPopUp:BindEvent()
|
|||
callback()
|
||||
end
|
||||
end)
|
||||
]]
|
||||
|
||||
return
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue