【送神祠】
parent
6fc59dbe11
commit
8af3d5aa39
|
|
@ -164,6 +164,7 @@ function this:BindEvent()
|
|||
PokemonManager.RemovePokemonData(pokemonIds)
|
||||
end
|
||||
selectChipId = 0
|
||||
oldChoosed = nil
|
||||
this.SortTypeClick(sortingOrder)
|
||||
end)
|
||||
end)
|
||||
|
|
@ -354,6 +355,9 @@ function this.SingleHeroDataShow(go,_heroData,isGray)
|
|||
isPokemon = true
|
||||
end
|
||||
end
|
||||
-- LogGreen("selectChipId:"..tostring(selectChipId).." isPokemon:"..tostring(isPokemon))
|
||||
this.selectText.gameObject:SetActive(isPokemon)
|
||||
this.chipObj:SetActive(not isPokemon)
|
||||
end)
|
||||
|
||||
--灰色遮罩点击
|
||||
|
|
|
|||
Loading…
Reference in New Issue