mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-08 03:54:49 +08:00
@@ -11,6 +11,9 @@ class RcmdController
|
||||
> {
|
||||
int? lastRefreshAt;
|
||||
|
||||
@override
|
||||
bool get isEnd => false;
|
||||
|
||||
@override
|
||||
void onInit() {
|
||||
super.onInit();
|
||||
@@ -18,6 +21,11 @@ class RcmdController
|
||||
queryData();
|
||||
}
|
||||
|
||||
@override
|
||||
bool handleError(String? errMsg) {
|
||||
return true;
|
||||
}
|
||||
|
||||
@override
|
||||
Future<LoadingState<List<RcmdVideoItemAppModel>>> customGetData() =>
|
||||
VideoHttp.rcmdVideoListApp(freshIdx: page);
|
||||
|
||||
Reference in New Issue
Block a user