zhaoyang 2 жил өмнө
parent
commit
a90be1bf37

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

@@ -119,13 +119,13 @@ namespace GFGGame
             {
                 if (_ui.m_comNormal.m_c1.selectedIndex == 0)
                 {
-                    _infoType = GalleryType.Recommend;
+                    // _infoType = GalleryType.Recommend;
                     _galleryIds = PoemGalleryDataManager.Instance.RecommendInfos;
                     _ui.m_comNormal.m_listRecommend.numItems = 5;
                 }
                 else if (_ui.m_comNormal.m_c1.selectedIndex == 1)
                 {
-                    _infoType = GalleryType.Friend;
+                    // _infoType = GalleryType.Friend;
                     _galleryIds = PoemGalleryDataManager.Instance.FrinedInfos;
                 }
             }
@@ -137,12 +137,12 @@ namespace GFGGame
         {
             if (_ui.m_comFavorites.m_c1.selectedIndex == 0)
             {
-                _infoType = GalleryType.Favorite;
+                // _infoType = GalleryType.Favorite;
                 _galleryIds = PoemGalleryDataManager.Instance.FavoriteInfos;
             }
             else if (_ui.m_comFavorites.m_c1.selectedIndex == 1)
             {
-                _infoType = GalleryType.MySelf;
+                // _infoType = GalleryType.MySelf;
                 _galleryIds = PoemGalleryDataManager.Instance.MySelfInfos;
             }
         }