删除图鉴内容
This commit is contained in:
@@ -95,7 +95,7 @@ namespace LoveLegend
|
||||
|
||||
// Debug.Log("OnLoadingComplete------------");
|
||||
CtrlDispatcher.Instance.Dispatch(CtrlMsg.Game_StartReady);
|
||||
if (GameHelper.IsGiftSwitch()) CrazyAsyKit.StartCoroutine(TextureHelper.WriteTempBeforeOpenCoroutine_());
|
||||
|
||||
|
||||
TimerHelper.mEasy.AddTimer(0.5f, () =>
|
||||
{
|
||||
@@ -112,7 +112,7 @@ namespace LoveLegend
|
||||
{
|
||||
if (is_open) return;
|
||||
is_open = true;
|
||||
PreDownloadManager.InitializeLiveData();
|
||||
|
||||
|
||||
UICtrlDispatcher.Instance.Dispatch(UICtrlMsg.GameLoginUI_Open);
|
||||
ChatHelper.CheckReply();
|
||||
@@ -120,16 +120,10 @@ namespace LoveLegend
|
||||
|
||||
if (GameHelper.IsGiftSwitch())
|
||||
{
|
||||
// PreDownloadManager.StartDownloadLivePicture();
|
||||
// PreDownloadManager.StartDownloadAlbumsPicture();
|
||||
// //预下载视频
|
||||
// PreDownloadManager.StartDownload();
|
||||
|
||||
// PreDownloadManager.StartDownloadSecretPicture();
|
||||
// DOVirtual.DelayedCall(2, () =>
|
||||
// {
|
||||
// ApplePayManager.GetVipHistory();
|
||||
// });
|
||||
DOVirtual.DelayedCall(2, () =>
|
||||
{
|
||||
ApplePayManager.GetVipHistory();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user