mod: update error widget

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-23 16:16:51 +08:00
parent e0fe16fd14
commit 65eecb8dcf
54 changed files with 106 additions and 115 deletions

View File

@@ -96,7 +96,7 @@ class _GroupPanelState extends State<GroupPanel> {
if (snapshot.data is! Map) {
return HttpError(
isSliver: false,
callback: () => setState(() {
onReload: () => setState(() {
_futureBuilderFuture = MemberHttp.followUpTags();
}),
);
@@ -146,7 +146,7 @@ class _GroupPanelState extends State<GroupPanel> {
slivers: [
HttpError(
errMsg: data['msg'],
callback: () => setState(() {}),
onReload: () => setState(() {}),
),
],
);