Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-05-25 19:36:32 +08:00
parent 94063ab1f9
commit ee8a26e4fd

View File

@@ -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);