SK_LongZhu
PC-202302260912\Administrator 2025-08-28 16:47:10 +08:00
parent cd6062ed8f
commit 26e522ae2f
1 changed files with 4 additions and 1 deletions

View File

@ -399,15 +399,18 @@ function RecruitPanelNew:UpdatePanelData()
if not isFree then
if BagManager.GetItemCountById(itemId)<itemNum then
--PopupTipPanel.ShowTip(itemConfig[itemId].Name.."数量不足!")
PopupTipPanel.ShowTip(itemConfig[itemId].Name.."数量不足!")
--[[
local sureFunc=function()
JumpManager.GoJump(20009)
end
local args={}
args[1]="当前招募龙珠数量不足,是否前往每日商店购买"
args[1]=itemConfig[itemId].Name.."数量不足!"
args[2]="前往"
args[3]="取消"
args[4]=sureFunc
UIManager.OpenPanel(UIName.GMCommonConfirmPanel,args)
]]
return
end
end