zhangjiannan 2024-10-22 16:31:31 +08:00
parent 62017488d9
commit e9651e773e
1 changed files with 4 additions and 4 deletions

View File

@ -55,7 +55,7 @@ function GuildSkillUpLvPopup:InitComponent()
effectList[i].transform.localScale = Vector3.one
effectList[i].transform.localPosition = Vector3.zero
effectList[i]:SetActive(true)
Util.GetGameObject(effectList[i], "partical_click2"):GetComponent("ParticleSystem"):Stop()
--Util.GetGameObject(effectList[i], "partical_click2"):GetComponent("ParticleSystem"):Stop()
end
this.materialGrid = Util.GetGameObject(self.gameObject,"bg/materialGrid")
for i = 1, 2 do
@ -139,9 +139,9 @@ function GuildSkillUpLvPopup:OnShow()
this.TabCtrl:Init(this.tabBox, _TabData, curIndex)
-- oldWarPowerValue = FormationManager.GetFormationPower(FormationTypeDef.FORMATION_NORMAL)
for i = 1, #effectList do
Util.GetGameObject(effectList[i], "partical_click2"):GetComponent("ParticleSystem"):Stop()
end
--for i = 1, #effectList do
--Util.GetGameObject(effectList[i], "partical_click2"):GetComponent("ParticleSystem"):Stop()
--end
end
function GuildSkillUpLvPopup:OnSortingOrderChange()