zhaoyang 2 years ago
parent
commit
17ad8d99cb
1 changed files with 4 additions and 4 deletions
  1. 4 4
      GameClient/Assets/Game/HotUpdate/Views/Poem/PoemGalleryView.cs

+ 4 - 4
GameClient/Assets/Game/HotUpdate/Views/Poem/PoemGalleryView.cs

@@ -174,10 +174,10 @@ namespace GFGGame
 
             UpdateView();
             bool result = await PoemGallerySProxy.ReqGetGalleryRankBonus();
-            // if (result && PoemGalleryDataManager.Instance.MyWorksRanks.Count > 0)
-            // {
-            ViewManager.Show<PoemGalleryRewardGetView>();
-            // }
+            if (result && PoemGalleryDataManager.Instance.MyWorksRanks.Count > 0)
+            {
+                ViewManager.Show<PoemGalleryRewardGetView>();
+            }
         }
 
         protected override void OnHide()