|
|
|
@ -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( |
|
|
|
|