Compare commits

..

No commits in common. "3291af8f3e5b19a1d9169a9b673bd74bafeab90d" and "9e06d6096b1cfe0bf98f14f6a9a495f0c0fad157" have entirely different histories.

1 changed files with 0 additions and 4 deletions

View File

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