【神将详情】排行榜查看他人装备显示出售按钮修复

dev_chengFeng
ZhangBiao 2020-11-16 16:20:15 +08:00
parent 8df6de20e5
commit 9601af33e7
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ function this.EquipInfo()
this:SetEquipSelectImage(frameBtn.transform, true)--设置选中图片
--打开装备信息弹窗,传递生成位置,设置层级
--local panel = UIManager.OpenPanel(UIName.EquipInfoPopup,curEquipData,this.content.anchoredPosition.y)
local panel = UIManager.OpenPanel(UIName.RewardEquipSingleShowPopup, curEquipData,function() end,false,true)
local panel = UIManager.OpenPanel(UIName.RewardEquipSingleShowPopup, curEquipData,function() end,false,false)
triggerCallBack = function(panelType, p)
if panelType == UIName.RewardEquipSingleShowPopup and panel == p then
Game.GlobalEvent:RemoveEvent(GameEvent.UI.OnClose, triggerCallBack)