mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-25 21:05:52 +08:00
fix: refresh bangumi page
This commit is contained in:
@@ -44,6 +44,10 @@ class BangumiController extends GetxController {
|
||||
return result;
|
||||
}
|
||||
|
||||
Future onRefresh() async {
|
||||
await queryBangumiListFeed();
|
||||
}
|
||||
|
||||
// 上拉加载
|
||||
Future onLoad() async {
|
||||
queryBangumiListFeed(type: 'onLoad');
|
||||
|
||||
Reference in New Issue
Block a user