mirror of
https://github.com/simon-ding/polaris.git
synced 2026-04-22 11:47:30 +08:00
ui: improve error
This commit is contained in:
@@ -52,7 +52,7 @@ class WelcomePageState extends ConsumerState<WelcomePage> {
|
||||
children: getMediaAll(value),
|
||||
),
|
||||
),
|
||||
error: (err, trace) => PoError(msg: "网络错误", err: err),
|
||||
error: (err, trace) => PoNetworkError(err: err),
|
||||
loading: () => const MyProgressIndicator());
|
||||
}(),
|
||||
getMoreButtonAndActions(uri)
|
||||
|
||||
Reference in New Issue
Block a user