神兵碎片合成红点修改
parent
cabb20095f
commit
c9fca972fe
|
@ -103,8 +103,8 @@ function this.OnClickTabBtn(_curIndex)
|
||||||
this.ScrollParentView2:SetActive(true)
|
this.ScrollParentView2:SetActive(true)
|
||||||
pokemonChipList = BagManager.GetDataByItemType(ItemType.GodWeaponChip)
|
pokemonChipList = BagManager.GetDataByItemType(ItemType.GodWeaponChip)
|
||||||
this.PokemonChipDataSort(pokemonChipList)
|
this.PokemonChipDataSort(pokemonChipList)
|
||||||
if redPointList~=nil and redPointList[1]~=nil then
|
if redPointList~=nil and redPointList[2]~=nil then
|
||||||
redPointList[1]:SetActive(GodWeaponManager.WeaponChipCompoundRedPoint())
|
redPointList[2]:SetActive(GodWeaponManager.WeaponChipCompoundRedPoint())
|
||||||
end
|
end
|
||||||
for key, value in pairs(this.ChipItemList) do
|
for key, value in pairs(this.ChipItemList) do
|
||||||
value.gameObject:SetActive(false)
|
value.gameObject:SetActive(false)
|
||||||
|
|
Loading…
Reference in New Issue