mod: refresh

related #306

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-02-24 17:10:40 +08:00
parent d9ae1dd97a
commit 7f912a1781
13 changed files with 22 additions and 32 deletions

View File

@@ -217,7 +217,7 @@ class UserPanelController extends GetxController {
ctr.orderSort = item['orderSort'];
ctr.order.value = item['order'];
SmartDialog.showLoading(msg: 'loading');
await ctr.onRefresh();
await ctr.onReload();
SmartDialog.dismiss();
},
bgColor: item['value'] == currentOrderFilterval.value
@@ -250,7 +250,7 @@ class UserPanelController extends GetxController {
tag: 'bili_user${searchPanelCtr.keyword}');
ctr.userType = item['userType'];
SmartDialog.showLoading(msg: 'loading');
await ctr.onRefresh();
await ctr.onReload();
SmartDialog.dismiss();
},
bgColor: item['value'] == currentUserTypeFilterval.value