From c01028534d6297bc1ea69fe7d5dd3776b3e66bbf Mon Sep 17 00:00:00 2001 From: w-R <953969641@qq.com> Date: Tue, 26 Oct 2021 19:23:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/mine/mine_page.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/mine/mine_page.dart b/lib/mine/mine_page.dart index 8163572b..5c6380ae 100644 --- a/lib/mine/mine_page.dart +++ b/lib/mine/mine_page.dart @@ -331,7 +331,7 @@ class _MinePage extends State 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 with AutomaticKeepAliveClientMixin { ), ), Text( - "(" + (infoNumber != null ?infoNumber.fans.toString() :"()") +")", + "(" + (infoNumber != null ?infoNumber.fans.toString() :"0") +")", style: TextStyle( color: Color(0xFF000000), fontSize: 15.sp,