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