用户中心调整

This commit is contained in:
2022-10-26 10:29:16 +08:00
parent c10308bdff
commit 69f0a7a81e
14 changed files with 202 additions and 49 deletions

View File

@@ -24,9 +24,14 @@ class UserTopBar extends StatelessWidget {
return Row(
crossAxisAlignment: CrossAxisAlignment.end,
children: [
CustomAvatar(
_.userInfo.value.avatar,
size: 64,
InkWell(
onTap: () {
Get.toNamed(UserRoutes.info);
},
child: CustomAvatar(
_.userInfo.value.avatar,
size: 64,
),
),
const SizedBox(width: 16),
Column(