mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-24 11:06:51 +08:00
opt: common ctr
opt: state Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -53,13 +53,13 @@ class MemberSearchChildController extends CommonListController {
|
||||
return switch (searchType) {
|
||||
MemberSearchType.archive => MemberHttp.memberArchiveNew(
|
||||
mid: controller.mid,
|
||||
pn: currentPage,
|
||||
pn: page,
|
||||
keyword: controller.editingController.text,
|
||||
order: 'pubdate',
|
||||
),
|
||||
MemberSearchType.dynamic => MemberHttp.memberDynamicSearchNew(
|
||||
mid: controller.mid,
|
||||
pn: currentPage,
|
||||
pn: page,
|
||||
offset: offset ?? '',
|
||||
keyword: controller.editingController.text,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user