Merge branch 'feature-minePage'

This commit is contained in:
guozhigq
2024-10-23 23:01:22 +08:00

View File

@ -75,7 +75,6 @@ class _MinePageState extends State<MinePage>
parent: BouncingScrollPhysics()),
child: Padding(
padding: const EdgeInsets.only(bottom: 110),
child: Expanded(
child: Column(
children: [
Obx(() => _buildProfileSection(context, ctr.userInfo.value)),
@ -132,7 +131,6 @@ class _MinePageState extends State<MinePage>
),
),
),
),
);
}