瀏覽代碼

获得套装引导完成

zhaoyang 3 年之前
父節點
當前提交
131db2699e
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      GameClient/Assets/Game/HotUpdate/Views/CommonGame/GetSuitItemVIew.cs

+ 4 - 4
GameClient/Assets/Game/HotUpdate/Views/CommonGame/GetSuitItemVIew.cs

@@ -53,17 +53,17 @@ namespace GFGGame
             {
             {
                 _wrapper.wrapTarget = null;
                 _wrapper.wrapTarget = null;
             }
             }
-            if(this.viewCom != null && this.viewCom.root == null)
+            if (this.viewCom == null || this.viewCom.root == null)
             {
             {
 
 
                 Timers.inst.CallLater((object param) =>
                 Timers.inst.CallLater((object param) =>
                 {
                 {
                     GetSuitItemController.TryShow(0);
                     GetSuitItemController.TryShow(0);
                 });
                 });
-                GuideController.HideGuide();
-                GuideController.TryCompleteGuide(ConstGuideId.GET_SUIT_ITEM_VIEW_FIRST);
-                GuideController.TryCompleteGuide(ConstGuideId.GET_SUIT_ITEM_VIEW_FULL);
             }
             }
+            GuideController.HideGuide();
+            GuideController.TryCompleteGuide(ConstGuideId.GET_SUIT_ITEM_VIEW_FIRST);
+            GuideController.TryCompleteGuide(ConstGuideId.GET_SUIT_ITEM_VIEW_FULL);
         }
         }
 
 
         private void OnClickBg()
         private void OnClickBg()