From c9fca972fef549577be7ae3c87182c906b317669 Mon Sep 17 00:00:00 2001 From: wangzhenxing <1545929779@qq.com> Date: Tue, 16 Jan 2024 18:41:01 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A5=9E=E5=85=B5=E7=A2=8E=E7=89=87=E5=90=88?= =?UTF-8?q?=E6=88=90=E7=BA=A2=E7=82=B9=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/GodWeapon/GodWeaponListPanel_List.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/GodWeapon/GodWeaponListPanel_List.lua b/Assets/ManagedResources/~Lua/Modules/GodWeapon/GodWeaponListPanel_List.lua index e6aff583bd..d8e837091f 100644 --- a/Assets/ManagedResources/~Lua/Modules/GodWeapon/GodWeaponListPanel_List.lua +++ b/Assets/ManagedResources/~Lua/Modules/GodWeapon/GodWeaponListPanel_List.lua @@ -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)