邀请UI调整
This commit is contained in:
parent
26b3172dae
commit
2741ba5d66
@ -59,12 +59,7 @@ class InvitePage extends StatelessWidget {
|
||||
// ),
|
||||
|
||||
});
|
||||
getTextSpanList(
|
||||
'Tip:您已成功邀请 ${logic.homeData!.inviteCount! ?? 0}位同好,免费获得会员${logic.homeData!.achieveRewardDay! ?? '0'}天, 再邀请${logic.homeData!.diffAwardCount}位同友可领取更多奖励~',
|
||||
Color(0xFFDC5BFD),
|
||||
12.sp,
|
||||
searchContent: 'Tip:');
|
||||
|
||||
|
||||
allSpan.addAll(getTextSpanList(
|
||||
'Tip:您已成功邀请',
|
||||
Color(0xFF0DF5F7),
|
||||
@ -81,7 +76,7 @@ class InvitePage extends StatelessWidget {
|
||||
12.sp,
|
||||
searchContent: '${logic.homeData!.achieveRewardDay! ?? '0'} '));
|
||||
allSpan.addAll(getTextSpanList(
|
||||
' 再邀请 ${logic.homeData!.diffAwardCount} 位同友可领取更多奖励~',
|
||||
' 再邀请 ${logic.homeData!.diffAwardCount} 位同好可领取更多奖励~',
|
||||
Color(0xFFDC5BFD),
|
||||
12.sp,
|
||||
searchContent: '${logic.homeData!.diffAwardCount}'));
|
||||
@ -222,7 +217,7 @@ class InvitePage extends StatelessWidget {
|
||||
data['inviter_name'],
|
||||
style: TextStyle(
|
||||
color: Color(0xff0DF5F7),
|
||||
fontSize: 14.sp,
|
||||
fontSize: 16.sp,
|
||||
fontWeight: FontWeight.w500),
|
||||
),
|
||||
Container(
|
||||
@ -232,14 +227,14 @@ class InvitePage extends StatelessWidget {
|
||||
'邀请',
|
||||
style: TextStyle(
|
||||
color: Colors.white,
|
||||
fontSize: 14.sp,
|
||||
fontSize: 16.sp,
|
||||
fontWeight: FontWeight.w500),
|
||||
)),
|
||||
Text(
|
||||
data['invitee_name'],
|
||||
style: TextStyle(
|
||||
color: Color(0xff0DF5F7),
|
||||
fontSize: 14.sp,
|
||||
fontSize: 16.sp,
|
||||
fontWeight: FontWeight.w500),
|
||||
),
|
||||
Container(
|
||||
@ -248,7 +243,7 @@ class InvitePage extends StatelessWidget {
|
||||
'加入微乐园',
|
||||
style: TextStyle(
|
||||
color: Colors.white,
|
||||
fontSize: 14.sp,
|
||||
fontSize: 16.sp,
|
||||
fontWeight: FontWeight.w500),
|
||||
)),
|
||||
],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user