mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +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