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()