feat:增加用户信息编辑功能
This commit is contained in:
@@ -99,8 +99,6 @@ class ProfileUserPageState extends State<ProfileUserPage> {
|
||||
children: [
|
||||
if (provider.isLoading)
|
||||
buildLoadingIndicator()
|
||||
else if (provider.error.isNotEmpty)
|
||||
Text(provider.error)
|
||||
else
|
||||
_buildContent(provider),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user