1
This commit is contained in:
parent
8a6de93be5
commit
4f3dad8de7
@ -246,6 +246,9 @@ void GuildMgr::__GuildSearch(f8::JsonHttpRequest* request)
|
|||||||
if (page_size < 1) {
|
if (page_size < 1) {
|
||||||
page_size = 1;
|
page_size = 1;
|
||||||
}
|
}
|
||||||
|
#if 1
|
||||||
|
page_size = 20;
|
||||||
|
#endif
|
||||||
int total_page = 0;
|
int total_page = 0;
|
||||||
int total_count = 0;
|
int total_count = 0;
|
||||||
std::vector<cs::MFGuildBasic*> last_page_data;
|
std::vector<cs::MFGuildBasic*> last_page_data;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user