mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-24 19:16:44 +08:00
committed by
GitHub
parent
6009668427
commit
3c34e43827
@@ -59,13 +59,13 @@ class MemberSearchChildController extends CommonListController {
|
||||
Future<LoadingState> customGetData() {
|
||||
return switch (searchType) {
|
||||
MemberSearchType.archive => MemberHttp.searchArchive(
|
||||
mid: controller.mid,
|
||||
mid: controller.mid!,
|
||||
pn: page,
|
||||
keyword: controller.editingController.text,
|
||||
order: 'pubdate',
|
||||
),
|
||||
MemberSearchType.dynamic => MemberHttp.dynSearch(
|
||||
mid: controller.mid,
|
||||
mid: controller.mid!,
|
||||
pn: page,
|
||||
offset: offset ?? '',
|
||||
keyword: controller.editingController.text,
|
||||
|
||||
Reference in New Issue
Block a user