zhaoyang 3 years ago
parent
commit
51305afc3f

+ 5 - 5
GameClient/Assets/Game/HotUpdate/Views/DressUp/PhotographSaveView.cs

@@ -80,10 +80,10 @@ namespace GFGGame
             androidJavaObject.Call("scanFile", filePath, "已保存至相册"); //这里我们可以设置保存成功弹窗内容
 #endif
         }
-        protected override void UpdateToCheckGuide(object param)
-        {
-            if (!ViewManager.CheckIsTopView(this.viewCom)) return;
-            GuideController.TryCompleteGuide(ConstGuideId.PHOTOGRAPH, 3);
-        }
+        // protected override void UpdateToCheckGuide(object param)
+        // {
+        //     if (!ViewManager.CheckIsTopView(this.viewCom)) return;
+        //     GuideController.TryCompleteGuide(ConstGuideId.PHOTOGRAPH, 3);
+        // }
     }
 }

+ 5 - 0
GameClient/Assets/Game/HotUpdate/Views/DressUp/PhotographView.cs

@@ -579,6 +579,11 @@ namespace GFGGame
             if (GuideDataManager.IsGuideFinish(ConstGuideId.PHOTOGRAPH) <= 0)
             {
                 UpdateToCheckGuide(null);
+                GuideCfg cfg = GuideCfgArray.Instance.GetCfg(ConstGuideId.PHOTOGRAPH);
+                if (GuideDataManager.IsGuideIndexFinish(cfg.id, 3))
+                {
+                    GuideController.TryCompleteGuide(ConstGuideId.PHOTOGRAPH, 3);
+                }
             }
             else
             {