|
@@ -58,7 +58,7 @@ namespace GFGGame
|
|
// private List<PoemGalleryData> _galleryDatas = new List<PoemGalleryData>();
|
|
// private List<PoemGalleryData> _galleryDatas = new List<PoemGalleryData>();
|
|
private List<long> _galleryDatas = new List<long>();
|
|
private List<long> _galleryDatas = new List<long>();
|
|
private int _sortType = 0;//由GallerySortType定义
|
|
private int _sortType = 0;//由GallerySortType定义
|
|
- private int _pageCount = 4;
|
|
|
|
|
|
+ private int _pageCount = 10;
|
|
private int _lastListCount = 0;
|
|
private int _lastListCount = 0;
|
|
private int _lastList1Count = 0;
|
|
private int _lastList1Count = 0;
|
|
private int _lastGalleryDatasCount = 0;
|
|
private int _lastGalleryDatasCount = 0;
|