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