Browse Source

工作室引导中点返回会卡死

zhaoyang 3 years ago
parent
commit
559f7b2d81
1 changed files with 1 additions and 0 deletions
  1. 1 0
      GameClient/Assets/Game/HotUpdate/Views/MainUI/MainUIView.cs

+ 1 - 0
GameClient/Assets/Game/HotUpdate/Views/MainUI/MainUIView.cs

@@ -417,6 +417,7 @@ namespace GFGGame
             GuideController.TryGuide(_btnStudio, ConstGuideId.STUDIO_OPEN, 1, "工作室开门啦,进去看看~~");
 
             GuideController.TryGuide(_ui.m_btnXiuFang.target, ConstGuideId.SUIT_LIST_VIEW, 1, "获得“天衣”服饰后,可进行养护和焕新,到绣坊看看");
+            GuideController.TryCompleteGuide(ConstGuideId.STUDIO_OPEN, 2);
 
 
         }