Browse Source

优化页面

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

2
lib/main.dart

@ -278,7 +278,7 @@ class _MyAppState extends State<MyApp> {
}
//
if (_showAgreementDialog) {
if (false) {
return Stack(
children: [
homeWidget,

4
lib/pages/home/user_information_page.dart

@ -226,7 +226,7 @@ class UserInformationPage extends StatelessWidget {
),
),
SizedBox(width: 13.w,),
if(controller.myUserData.value?.genderCode == 0) Container(
if(controller.userData.value?.genderCode == 1) Container(
width: 33.w,
height: 13.w,
decoration: BoxDecoration(
@ -304,7 +304,7 @@ class UserInformationPage extends StatelessWidget {
),
),
SizedBox(width: 4.w,),
if(controller.myUserData.value?.genderCode == 1) Container(
if(controller.userData.value?.genderCode == 0) Container(
width: 33.w,
height: 13.w,
decoration: BoxDecoration(

Loading…
Cancel
Save