From 01e530157328734a8562f5aedd4ebb144365df99 Mon Sep 17 00:00:00 2001 From: LH Date: Wed, 16 Sep 2020 18:20:37 +0800 Subject: [PATCH] Updated debug info. --- .../Assets/RoyalGallery/Script/ResourceClient.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/ResourceClient.cs b/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/ResourceClient.cs index 4106fba..04a6a0a 100644 --- a/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/ResourceClient.cs +++ b/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/ResourceClient.cs @@ -50,13 +50,13 @@ namespace UltraCombos.Frozen.RoyalGallery { var data = AppData.Instance; data.Trace("ResourceClient::GetPage()"); - + Debug.Log($"data.isGetPageBySelf1 = {data.isGetPageBySelf}"); if (data.isGetPageBySelf) { GetPageBySelf(); return; } - + Debug.Log($"data.isGetPageBySelf2 = {data.isGetPageBySelf}"); if (/*State != ChannelState.Ready ||*/ is_index_got) return; @@ -65,6 +65,7 @@ namespace UltraCombos.Frozen.RoyalGallery private async void GetPageAsync() { + Debug.Log("GetPageAsync()"); try { var data = AppData.Instance; @@ -87,6 +88,7 @@ namespace UltraCombos.Frozen.RoyalGallery private void GetPageBySelf() { + Debug.Log("GetPageBySelf()"); PageManager pm = FindObjectOfType(); if (!pm) {