【神魂】====详情按钮显示修改

dev_chengFeng
wangzhenxing 2022-08-03 14:36:49 +08:00
parent 5e4474d4e4
commit 22f3484263
1 changed files with 2 additions and 1 deletions

View File

@ -99,7 +99,8 @@ function GodPrintPanel:BindEvent()
end)
--点击细节按钮
Util.AddClick(this.detailsBtn, function()
UIManager.OpenPanel(UIName.GodPrintPopUpV2,1,curHeroData)
--UIManager.OpenPanel(UIName.GodPrintPopUpV2,1,curHeroData)
UIManager.OpenPanel(UIName.HelpPopup,HELP_TYPE.GodPrint,this.helpPosition.x,this.helpPosition.y)
end)
--点击显示装备中魂印按钮
Util.AddClick(this.showBtn, function()