bug修改

This commit is contained in:
2026-05-09 16:04:34 +08:00
parent cb2792aaa2
commit 8bc05d6c63
2 changed files with 10 additions and 8 deletions
+3 -1
View File
@@ -78,11 +78,13 @@ namespace BingoBrain
});
SaveingPotHelper.ResetHistory();
}
private bool isopen = false;
private void ShowScene(object a = null)
{
if(isopen) return;
UICtrlDispatcher.Instance.Dispatch(SkinInfo.EnterBingoUI_Open);
GameHelper.PostFunnelLogin("enterButtonShow");
isopen=true;
}
public override void Dispose()
+4 -4
View File
@@ -111,10 +111,10 @@ public class LoginSystem : BaseSystem
NetworkDispatcher.Instance.Dispatch(ExternalInfo.GetConfig);
MaxADKit.Init();
GameHelper.PostFunnelLogin("loginRecv", true);
if (GameHelper.IsGiftSwitch())
{
GameObject.Find("MainCameraRoot").SetActive(false);
}
// if (GameHelper.IsGiftSwitch())
// {
// // GameObject.Find("MainCameraRoot").SetActive(false);
// }
}
else