|
|
|
@ -746,27 +746,29 @@ class _InviteFriends extends State<InviteFriends> {
|
|
|
|
|
) |
|
|
|
|
), |
|
|
|
|
SizedBox(height:12.h,), |
|
|
|
|
Padding(padding:EdgeInsets.symmetric(horizontal: 6.w), |
|
|
|
|
child: |
|
|
|
|
Row( |
|
|
|
|
mainAxisAlignment: MainAxisAlignment.spaceBetween, |
|
|
|
|
crossAxisAlignment: CrossAxisAlignment.start, |
|
|
|
|
children: [ |
|
|
|
|
Text( |
|
|
|
|
S.of(context).shoujihao, |
|
|
|
|
style: TextStyle( |
|
|
|
|
fontWeight: MyFontWeight.semi_bold, |
|
|
|
|
fontSize:14.sp, |
|
|
|
|
color: Color(0xFF000000), |
|
|
|
|
Text( |
|
|
|
|
S.of(context).shoujihao, |
|
|
|
|
style: TextStyle( |
|
|
|
|
fontWeight: MyFontWeight.semi_bold, |
|
|
|
|
fontSize:14.sp, |
|
|
|
|
color: Color(0xFF000000), |
|
|
|
|
), |
|
|
|
|
), |
|
|
|
|
), |
|
|
|
|
Text( |
|
|
|
|
"注册时间", |
|
|
|
|
style: TextStyle( |
|
|
|
|
fontWeight: MyFontWeight.semi_bold, |
|
|
|
|
fontSize:14.sp, |
|
|
|
|
color: Color(0xFF000000), |
|
|
|
|
Text( |
|
|
|
|
"注册时间", |
|
|
|
|
style: TextStyle( |
|
|
|
|
fontWeight: MyFontWeight.semi_bold, |
|
|
|
|
fontSize:14.sp, |
|
|
|
|
color: Color(0xFF000000), |
|
|
|
|
), |
|
|
|
|
), |
|
|
|
|
), |
|
|
|
|
],), |
|
|
|
|
],),), |
|
|
|
|
SizedBox(height:12.h,), |
|
|
|
|
(invitationList.length == null || invitationList.length == 0) |
|
|
|
|
? NoDataView( |
|
|
|
|