登录逻辑

This commit is contained in:
2022-10-21 14:03:48 +08:00
parent 30a9279ff1
commit 4bf03d234b
11 changed files with 154 additions and 135 deletions

View File

@@ -27,7 +27,7 @@ class _UserPageState extends State<UserPage> {
),
Column(
children: [
Text(_.userInfo.value.nickname),
Text(_.userInfo.value.nickname ?? ''),
Text('${_.userInfo.value.address}'),
],
),