TCX_dev_zeroFive_online
DESKTOP-MMO982B\User 2025-09-05 18:41:37 +08:00
parent 476568d141
commit 0cd9f47611
1 changed files with 4 additions and 0 deletions

View File

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