【锻器阁】修复宝物详细打开两次显示异常

dev_chengFeng
gaoxin 2021-09-14 16:56:33 +08:00
parent 982e0c5268
commit 12562b2ae2
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ function this.ShowTitleEquipData(_go,_itemData,_frame,_id)
Util.GetGameObject(_go.transform,"proImg"):GetComponent("Image").sprite=this.spLoader:LoadSprite(GetProStrImageByProNum(itemConfig[_id].PropertyName))
Util.GetGameObject(_go.transform,"name"):GetComponent("Text").text=GetLanguageStrById(itemConfig[_id].Name)
Util.GetGameObject(_go.transform, "star").gameObject:SetActive(false)
Util.AddClick(Util.GetGameObject(_go.transform,"icon"), function()
Util.AddOnceClick(Util.GetGameObject(_go.transform,"icon"), function()
--UIManager.OpenPanel(UIName.HandBookEquipInfoPanel, _itemData.Id)
UIManager.OpenPanel(UIName.RewardTalismanSingleShowPopup, 0,nil,_id, 0, 0,0,nil)
end)