Browse Source

更改

master
w-R 3 years ago
parent
commit
c01028534d
  1. 4
      lib/mine/mine_page.dart

4
lib/mine/mine_page.dart

@ -331,7 +331,7 @@ class _MinePage extends State<MinePage> with AutomaticKeepAliveClientMixin {
), ),
), ),
Text( Text(
"(" + (infoNumber != null ?infoNumber.follow.toString() :"()") +")", "(" + (infoNumber != null ?infoNumber.follow.toString() :"0") +")",
style: TextStyle( style: TextStyle(
color: Color(0xFF000000), color: Color(0xFF000000),
fontSize: 15.sp, fontSize: 15.sp,
@ -351,7 +351,7 @@ class _MinePage extends State<MinePage> with AutomaticKeepAliveClientMixin {
), ),
), ),
Text( Text(
"(" + (infoNumber != null ?infoNumber.fans.toString() :"()") +")", "(" + (infoNumber != null ?infoNumber.fans.toString() :"0") +")",
style: TextStyle( style: TextStyle(
color: Color(0xFF000000), color: Color(0xFF000000),
fontSize: 15.sp, fontSize: 15.sp,

Loading…
Cancel
Save