Compare commits

..

2 Commits

1 changed files with 4 additions and 0 deletions

View File

@ -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