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