mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-16 07:06:14 +08:00
opt: common ctr
opt: state Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -8,7 +8,7 @@ class HistorySearchController
|
||||
extends CommonSearchController<HistoryData, HisListItem> {
|
||||
@override
|
||||
Future<LoadingState<HistoryData>> customGetData() => UserHttp.searchHistory(
|
||||
pn: currentPage,
|
||||
pn: page,
|
||||
keyword: editController.value.text,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user