mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
refactor: reply
This commit is contained in:
@@ -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,
|
||||
),
|
||||
),
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user