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