|
@@ -131,6 +131,9 @@ namespace GFGGame
|
|
_dataManager.difficulty = _selectedIndex;
|
|
_dataManager.difficulty = _selectedIndex;
|
|
// UpdateView();
|
|
// UpdateView();
|
|
OnClickBtnGo();
|
|
OnClickBtnGo();
|
|
|
|
+
|
|
|
|
+ if (GuideDataManager.IsGuideFinish(ConstGuideId.FIELD) <= 0)
|
|
|
|
+ GuideController.TryCompleteGuide(ConstGuideId.FIELD, 1);
|
|
}
|
|
}
|
|
private void UpdateView()
|
|
private void UpdateView()
|
|
{
|
|
{
|
|
@@ -214,8 +217,7 @@ namespace GFGGame
|
|
protected override void UpdateToCheckGuide(object param)
|
|
protected override void UpdateToCheckGuide(object param)
|
|
{
|
|
{
|
|
if (!ViewManager.CheckIsTopView(this.viewCom)) return;
|
|
if (!ViewManager.CheckIsTopView(this.viewCom)) return;
|
|
- GuideController.TryGuide(_ui.m_btn0.target, ConstGuideId.FIELD, 1, "开始考察吧。");
|
|
|
|
- GuideController.TryCompleteGuide(ConstGuideId.FIELD, 1);
|
|
|
|
|
|
+ GuideController.TryGuide(_ui.m_btn0.target, ConstGuideId.FIELD, 1, "外出进行历史考察,会有意想不到的收获哦。");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|