删除图鉴内容

This commit is contained in:
2026-06-12 18:28:19 +08:00
parent 1e5f719b4e
commit e4381d18b5
200 changed files with 89 additions and 11093 deletions
+19 -22
View File
@@ -87,32 +87,29 @@ namespace LoveLegend
type = a.type
})
.ToList();
if (GameHelper.IsGiftSwitch())
{
GameObject.Find("game_bg_a").SetActive(false);
}
//初始化商品
ApplePayManager.Instance.InitProduct(listB,
ConfigManager.GameConfig.packageName, PurchasingManager.ApplePaySuccessCallback(appleData));
if (GameHelper.IsGiftSwitch() && enterGame)
{
if (GameHelper.GetLevel() < GameHelper.GetCommonModel().MultiModal)
{
EnterGame(enterGame);
}
else
{
if (!DataMgr.LevelUnlockListNew.Value.Any(x => x.level_ == GameHelper.GetLevel()))
{
UICtrlDispatcher.Instance.Dispatch(UICtrlMsg.UnlockLevelNewUI_Open, true);
}
else
{
EnterGame(enterGame);
}
}
}
// if (GameHelper.IsGiftSwitch() && enterGame)
// {
// if (GameHelper.GetLevel() < GameHelper.GetCommonModel().MultiModal)
// {
// EnterGame(enterGame);
// }
// else
// {
// if (!DataMgr.LevelUnlockListNew.Value.Any(x => x.level_ == GameHelper.GetLevel()))
// {
// UICtrlDispatcher.Instance.Dispatch(UICtrlMsg.UnlockLevelNewUI_Open, true);
// }
// else
// {
// EnterGame(enterGame);
// }
// }
// }
TrackKit.TrackLoginFunnel(LoginFunnelEventType.EnterHall);