浏览代码

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

zhaoyang 3 年之前
父节点
当前提交
559f7b2d81
共有 1 个文件被更改,包括 1 次插入0 次删除
  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);
 
 
         }