zhaoyang 2 년 전
부모
커밋
a66d44ed20
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/ClothingDecompose/ClothingDecomposeView.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/ClothingDecompose/ClothingDecomposeView.cs

@@ -76,7 +76,7 @@ namespace GFGGame
             OnClickBtnRarity(ConstDressRarity.Rarity_FANPIN);
             if (GuideDataManager.currentGuideId == GuideCfgArray.Instance.GetCfg(ConstGuideId.CLOTHING_DECOMPOSE).id)
             {
-                _ui.m_listTab.selectedIndex = 1;
+                _ui.m_listTab.selectedIndex = 0;
                 OnClickBtnRarity(ConstDressRarity.Rarity_ZHENXI);
             }
             Timers.inst.AddUpdate(CheckGuide);