Compare commits
2 Commits
33b7a33e4c
...
3ce53a9f09
Author | SHA1 | Date |
---|---|---|
zhangaotian | 3ce53a9f09 | |
zhangaotian | b42a4a2a02 |
|
@ -32,7 +32,7 @@ public class UISyncTipController : UIWindow
|
||||||
private void CloseUI()
|
private void CloseUI()
|
||||||
{
|
{
|
||||||
CloseWindow(true);
|
CloseWindow(true);
|
||||||
if (LevelSelectManager.Instance.CurPassLevelIndex < 1 && !AppInfoManager.Instance.UpdateConfirm)
|
if (LevelSelectManager.Instance.CurPassLevelIndex < 1)
|
||||||
{
|
{
|
||||||
DebugUtil.LogG("开启新手引导!");
|
DebugUtil.LogG("开启新手引导!");
|
||||||
GuideMananger.Instance.StartGroupGuide();
|
GuideMananger.Instance.StartGroupGuide();
|
||||||
|
|
|
@ -37,7 +37,7 @@ public class UIUserAgreementController : UIWindow
|
||||||
private void OnAgree()
|
private void OnAgree()
|
||||||
{
|
{
|
||||||
CloseWindow(true);
|
CloseWindow(true);
|
||||||
if (LevelSelectManager.Instance.CurPassLevelIndex < 1)
|
if (LevelSelectManager.Instance.CurPassLevelIndex < 1 && !AppInfoManager.Instance.UpdateConfirm)
|
||||||
GuideMananger.Instance.StartGroupGuide();
|
GuideMananger.Instance.StartGroupGuide();
|
||||||
SettingManager.Instance.SetFirstLaunch();
|
SettingManager.Instance.SetFirstLaunch();
|
||||||
BIManager.Instance.TrackEventOnce(cfg.BI.EventFirst.fte_privacy_agree);
|
BIManager.Instance.TrackEventOnce(cfg.BI.EventFirst.fte_privacy_agree);
|
||||||
|
|
Loading…
Reference in New Issue