法宝礼包入口去掉限制
parent
5bb0f32800
commit
fd252db081
|
@ -103,12 +103,12 @@ end
|
|||
|
||||
function RecruitEquipPanelNew:BindEvent()
|
||||
Util.AddOnceClick(self.lsth, function()
|
||||
local isOpen =CheckFunctionOpen(FUNCTION_OPEN_TYPE.EquipWish)
|
||||
local tip=GetFunctionOpenTip(FUNCTION_OPEN_TYPE.EquipWish)
|
||||
if isOpen==false then
|
||||
PopupTipPanel.ShowTip(tip)
|
||||
return
|
||||
end
|
||||
-- local isOpen =CheckFunctionOpen(FUNCTION_OPEN_TYPE.EquipWish)
|
||||
-- local tip=GetFunctionOpenTip(FUNCTION_OPEN_TYPE.EquipWish)
|
||||
-- if isOpen==false then
|
||||
-- PopupTipPanel.ShowTip(tip)
|
||||
-- return
|
||||
-- end
|
||||
JumpManager.GoJump(40082)
|
||||
end)
|
||||
--帮助按钮
|
||||
|
|
Loading…
Reference in New Issue