法宝礼包入口去掉限制

TCX_dev_realOne_master
wangzhenxing 2023-12-24 11:33:35 +08:00
parent 5bb0f32800
commit fd252db081
1 changed files with 6 additions and 6 deletions

View File

@ -103,12 +103,12 @@ end
function RecruitEquipPanelNew:BindEvent() function RecruitEquipPanelNew:BindEvent()
Util.AddOnceClick(self.lsth, function() Util.AddOnceClick(self.lsth, function()
local isOpen =CheckFunctionOpen(FUNCTION_OPEN_TYPE.EquipWish) -- local isOpen =CheckFunctionOpen(FUNCTION_OPEN_TYPE.EquipWish)
local tip=GetFunctionOpenTip(FUNCTION_OPEN_TYPE.EquipWish) -- local tip=GetFunctionOpenTip(FUNCTION_OPEN_TYPE.EquipWish)
if isOpen==false then -- if isOpen==false then
PopupTipPanel.ShowTip(tip) -- PopupTipPanel.ShowTip(tip)
return -- return
end -- end
JumpManager.GoJump(40082) JumpManager.GoJump(40082)
end) end)
--帮助按钮 --帮助按钮