zhaoyang 2 년 전
부모
커밋
17ad8d99cb
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  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()