zhaoyang 2 жил өмнө
parent
commit
17ad8d99cb

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

@@ -174,10 +174,10 @@ namespace GFGGame
 
 
             UpdateView();
             UpdateView();
             bool result = await PoemGallerySProxy.ReqGetGalleryRankBonus();
             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()
         protected override void OnHide()