0312 修复遣散对升星的提示,外部点击遣散默认选中问题
| | |
| | | |
| | | |
| | | HeroUIManager.Instance.SortHeroDeleteList(); |
| | | fiterManager.Display(0, SelectJobCountry); |
| | | |
| | | //外部选中 |
| | | if (!string.IsNullOrEmpty(HeroUIManager.Instance.jumpDeleteHeroGuid)) |
| | | { |
| | | HeroUIManager.Instance.SelectDeleteHero(HeroManager.Instance.GetHero(HeroUIManager.Instance.jumpDeleteHeroGuid)); |
| | | } |
| | | fiterManager.Display(0, SelectJobCountry); |
| | | |
| | | RefreshEmptyTip(); |
| | | // CreateScroller(); |
| | |
| | | HeroInfo hero = HeroManager.Instance.GetHero(HeroUIManager.Instance.selectDeleteHeroList[i]); |
| | | if (hero == null) |
| | | continue; |
| | | if (hero.heroStarMaxBefore > 1) |
| | | if (hero.heroStarMaxBefore > 0) |
| | | { |
| | | hasStarHero = true; |
| | | break; |