锻器阁未开启飘字

dev_chengFeng
yuanshuai 2022-12-23 18:23:15 +08:00
parent 118fdc7a2d
commit 22ca5ed37b
1 changed files with 3 additions and 1 deletions

View File

@ -605,8 +605,10 @@ function this:BindEvent()
Util.AddClick(this.btnEquipCompound, function() Util.AddClick(this.btnEquipCompound, function()
--JumpManager.GoJump(20003) --JumpManager.GoJump(20003)
--this.ScenceBtnClick(FUNCTION_OPEN_TYPE.SHOP) --this.ScenceBtnClick(FUNCTION_OPEN_TYPE.SHOP)
if ActTimeCtrlManager.IsQualifiled(66) then if ActTimeCtrlManager.IsQualifiled(FUNCTION_OPEN_TYPE.COMPOUND) then
UIManager.OpenPanel(UIName.CompoundPanel) UIManager.OpenPanel(UIName.CompoundPanel)
else
PopupTipPanel.ShowTip(ActTimeCtrlManager.GetFuncTip(FUNCTION_OPEN_TYPE.COMPOUND))
end end
this.ScenceBtnClick(FUNCTION_OPEN_TYPE.COMPOUND) this.ScenceBtnClick(FUNCTION_OPEN_TYPE.COMPOUND)
end) end)