tcx_xiyou_yueNan
parent
8a21f55458
commit
e45aff593c
|
|
@ -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