mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-31 08:08:19 +08:00
refactor: reply
This commit is contained in:
@@ -74,11 +74,8 @@ class _RelatedVideoPanelState extends State<RelatedVideoPanel>
|
||||
: loadingState is Error
|
||||
? HttpError(
|
||||
errMsg: '出错了',
|
||||
fn: () {
|
||||
_relatedController.loadingState.value =
|
||||
LoadingState.loading();
|
||||
_relatedController.queryData();
|
||||
})
|
||||
fn: _relatedController.onReload,
|
||||
)
|
||||
: SliverGrid(
|
||||
gridDelegate: SliverGridDelegateWithExtentAndRatio(
|
||||
mainAxisSpacing: StyleString.safeSpace,
|
||||
|
||||
Reference in New Issue
Block a user