bug修改
This commit is contained in:
@@ -78,11 +78,13 @@ namespace BingoBrain
|
|||||||
});
|
});
|
||||||
SaveingPotHelper.ResetHistory();
|
SaveingPotHelper.ResetHistory();
|
||||||
}
|
}
|
||||||
|
private bool isopen = false;
|
||||||
private void ShowScene(object a = null)
|
private void ShowScene(object a = null)
|
||||||
{
|
{
|
||||||
|
if(isopen) return;
|
||||||
UICtrlDispatcher.Instance.Dispatch(SkinInfo.EnterBingoUI_Open);
|
UICtrlDispatcher.Instance.Dispatch(SkinInfo.EnterBingoUI_Open);
|
||||||
GameHelper.PostFunnelLogin("enterButtonShow");
|
GameHelper.PostFunnelLogin("enterButtonShow");
|
||||||
|
isopen=true;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override void Dispose()
|
public override void Dispose()
|
||||||
|
|||||||
@@ -111,10 +111,10 @@ public class LoginSystem : BaseSystem
|
|||||||
NetworkDispatcher.Instance.Dispatch(ExternalInfo.GetConfig);
|
NetworkDispatcher.Instance.Dispatch(ExternalInfo.GetConfig);
|
||||||
MaxADKit.Init();
|
MaxADKit.Init();
|
||||||
GameHelper.PostFunnelLogin("loginRecv", true);
|
GameHelper.PostFunnelLogin("loginRecv", true);
|
||||||
if (GameHelper.IsGiftSwitch())
|
// if (GameHelper.IsGiftSwitch())
|
||||||
{
|
// {
|
||||||
GameObject.Find("MainCameraRoot").SetActive(false);
|
// // GameObject.Find("MainCameraRoot").SetActive(false);
|
||||||
}
|
// }
|
||||||
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user