diff --git a/Assets/ManagedResources/~Lua/Modules/Formation/FormationEditPopup.lua b/Assets/ManagedResources/~Lua/Modules/Formation/FormationEditPopup.lua index 8c67f4c420..04594ac401 100644 --- a/Assets/ManagedResources/~Lua/Modules/Formation/FormationEditPopup.lua +++ b/Assets/ManagedResources/~Lua/Modules/Formation/FormationEditPopup.lua @@ -235,12 +235,6 @@ function this.SetRoleList(_roleDatas) this.ScrollView:SetData(_roleDatas, function(index, go) this.SingleHeroDataShow(go, _roleDatas[index]) end) - this.ScrollView:ForeachItemGO(function(index, go) - Timer.New(function() - go.gameObject:SetActive(true) - PlayUIAnim(go.gameObject) - end, 0.01 * (index - 1)):Start() - end) end --设置单个英雄数据 function this.SingleHeroDataShow(_go, _heroData)