fix: refresh bangumi page

This commit is contained in:
bggRGjQaUbCoE
2024-08-31 15:12:06 +08:00
parent e41b3af549
commit 59b1f2ad29

View File

@@ -44,6 +44,10 @@ class BangumiController extends GetxController {
return result;
}
Future onRefresh() async {
await queryBangumiListFeed();
}
// 上拉加载
Future onLoad() async {
queryBangumiListFeed(type: 'onLoad');