神兵碎片合成红点修改

onepiece_demo_arena
wangzhenxing 2024-01-16 18:41:01 +08:00
parent cabb20095f
commit c9fca972fe
1 changed files with 2 additions and 2 deletions

View File

@ -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)