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;
|
int? lastRefreshAt;
|
||||||
|
|
||||||
|
@override
|
||||||
|
bool get isEnd => false;
|
||||||
|
|
||||||
@override
|
@override
|
||||||
void onInit() {
|
void onInit() {
|
||||||
super.onInit();
|
super.onInit();
|
||||||
@@ -18,6 +21,11 @@ class RcmdController
|
|||||||
queryData();
|
queryData();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
bool handleError(String? errMsg) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Future<LoadingState<List<RcmdVideoItemAppModel>>> customGetData() =>
|
Future<LoadingState<List<RcmdVideoItemAppModel>>> customGetData() =>
|
||||||
VideoHttp.rcmdVideoListApp(freshIdx: page);
|
VideoHttp.rcmdVideoListApp(freshIdx: page);
|
||||||
|
|||||||
Reference in New Issue
Block a user