refactor: reply

This commit is contained in:
bggRGjQaUbCoE
2024-09-08 16:14:57 +08:00
parent 2bcddc1097
commit bb6aaaa480
20 changed files with 640 additions and 935 deletions

View File

@@ -90,11 +90,8 @@ class _ZonePageState extends State<ZonePage>
? (_zoneController.loadingState.value as Error)
.errMsg
: '没有相关数据',
fn: () {
_zoneController.loadingState.value =
LoadingState.loading();
_zoneController.onRefresh();
}),
fn: _zoneController.onReload,
),
),
),
],