Compare commits

..

No commits in common. "33b7a33e4cc825379bf4406575f51d058eaac113" and "0cb297dc9e6d7e4d43fdbc700f669529b40cd591" have entirely different histories.

1 changed files with 1 additions and 2 deletions

View File

@ -32,12 +32,11 @@ public class UISyncTipController : UIWindow
private void CloseUI()
{
CloseWindow(true);
if (LevelSelectManager.Instance.CurPassLevelIndex < 1 && !AppInfoManager.Instance.UpdateConfirm)
if (LevelSelectManager.Instance.CurPassLevelIndex < 1)
{
DebugUtil.LogG("开启新手引导!");
GuideMananger.Instance.StartGroupGuide();
}
if (!_needHideGfx)
EventManager.Instance.Send(EventManager.EventName.ShowGfx);
}