|
@@ -66,11 +66,11 @@ namespace GFGGame
|
|
|
}
|
|
|
private void OnComPhotoClick()
|
|
|
{
|
|
|
- ViewManager.Show<PoemPhotoView>(null, new object[] { typeof(PoemView).FullName, this.viewData }, true);
|
|
|
+ ViewManager.Show<PoemPhotoView>(null, new object[] { typeof(PoemView).FullName, this.viewData });
|
|
|
}
|
|
|
private void OnComGalleryClick()
|
|
|
{
|
|
|
- ViewManager.Show<PoemGalleryView>(null, new object[] { typeof(PoemView).FullName, this.viewData }, true);
|
|
|
+ ViewManager.Show<PoemGalleryView>(null, new object[] { typeof(PoemView).FullName, this.viewData });
|
|
|
}
|
|
|
|
|
|
private void CheckGuide(object param)
|
|
@@ -93,13 +93,5 @@ namespace GFGGame
|
|
|
GuideController.TryCompleteGuide(ConstGuideId.POEM, 3);
|
|
|
|
|
|
}
|
|
|
- protected override void TryCompleteGuide()
|
|
|
- {
|
|
|
- base.TryCompleteGuide();
|
|
|
- GuideCfg cfg = GuideCfgArray.Instance.GetCfg(ConstGuideId.POEM);
|
|
|
- GuideController.TryCompleteGuideIndex(cfg.id, 3);
|
|
|
- GuideController.TryCompleteGuide(ConstGuideId.POEM, 3);
|
|
|
-
|
|
|
- }
|
|
|
}
|
|
|
}
|