Merge branch 'feature-minePage'
This commit is contained in:
@ -75,7 +75,6 @@ class _MinePageState extends State<MinePage>
|
|||||||
parent: BouncingScrollPhysics()),
|
parent: BouncingScrollPhysics()),
|
||||||
child: Padding(
|
child: Padding(
|
||||||
padding: const EdgeInsets.only(bottom: 110),
|
padding: const EdgeInsets.only(bottom: 110),
|
||||||
child: Expanded(
|
|
||||||
child: Column(
|
child: Column(
|
||||||
children: [
|
children: [
|
||||||
Obx(() => _buildProfileSection(context, ctr.userInfo.value)),
|
Obx(() => _buildProfileSection(context, ctr.userInfo.value)),
|
||||||
@ -132,7 +131,6 @@ class _MinePageState extends State<MinePage>
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user