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