diff --git a/Assets/ManagedResources/~Lua/View/FetterItem.lua b/Assets/ManagedResources/~Lua/View/FetterItem.lua index cef7248cd7..9f4ef79f86 100644 --- a/Assets/ManagedResources/~Lua/View/FetterItem.lua +++ b/Assets/ManagedResources/~Lua/View/FetterItem.lua @@ -25,7 +25,7 @@ end --绑定事件(用于子类重写) function FetterItem:BindEvent() - Util.AddClick(self.activeBtn, function() + Util.AddOnceClick(self.activeBtn, function() local oldWarPower = FormationManager.GetFormationPower(FormationTypeDef.FORMATION_NORMAL) NetManager.PokemonBookEnableRequest(self.itemData.id,function(msg) if msg.drop and msg.drop.itemlist and #msg.drop.itemlist > 0 then