Browse Source

优化用户详情页面,优化编辑信息

ios
王子贤 4 months ago
parent
commit
c5a60a25ad
1 changed files with 1 additions and 1 deletions
  1. 2
      lib/pages/home/user_information_page.dart

2
lib/pages/home/user_information_page.dart

@ -232,7 +232,7 @@ class UserInformationPage extends StatelessWidget {
),
),
Text(
"动我ID:${controller.userData.value.userId}",
"动我ID:${userId}",
style: TextStyle(
fontSize: 9.w,
color: const Color.fromRGBO(144, 144, 144, 1)

Loading…
Cancel
Save