Browse Source

邀请新人更改

dart3_last
w-R 2 years ago
parent
commit
cf739ee0a3
  1. 4
      lib/qr/invite_friends.dart

4
lib/qr/invite_friends.dart

@ -746,6 +746,8 @@ class _InviteFriends extends State<InviteFriends> {
)
),
SizedBox(height:12.h,),
Padding(padding:EdgeInsets.symmetric(horizontal: 6.w),
child:
Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
crossAxisAlignment: CrossAxisAlignment.start,
@ -766,7 +768,7 @@ class _InviteFriends extends State<InviteFriends> {
color: Color(0xFF000000),
),
),
],),
],),),
SizedBox(height:12.h,),
(invitationList.length == null || invitationList.length == 0)
? NoDataView(

Loading…
Cancel
Save