diff --git a/Assets/ManagedResources/~Lua/Modules/Compound/view/CompoundPanel_Treasure.lua b/Assets/ManagedResources/~Lua/Modules/Compound/view/CompoundPanel_Treasure.lua index f27ded3e79..87eb057a23 100644 --- a/Assets/ManagedResources/~Lua/Modules/Compound/view/CompoundPanel_Treasure.lua +++ b/Assets/ManagedResources/~Lua/Modules/Compound/view/CompoundPanel_Treasure.lua @@ -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)