From 1e390dea751fbff9e9732aae1c2a3d743f8cd01b Mon Sep 17 00:00:00 2001 From: orz12 Date: Fri, 14 Jun 2024 21:16:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A4=9A=E4=B8=AA=E5=A4=A7=E4=BC=9A?= =?UTF-8?q?=E5=91=98=E6=A0=87=E8=AF=86=E5=AD=98=E5=9C=A8=E6=97=B6=EF=BC=8C?= =?UTF-8?q?=E4=BB=85=E5=B1=95=E7=A4=BA=E9=9D=9E=E9=9D=99=E6=80=81=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/member/view.dart | 56 +++++++++++++++++++------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/lib/pages/member/view.dart b/lib/pages/member/view.dart index 4ff8d3c2..d3eb12e4 100644 --- a/lib/pages/member/view.dart +++ b/lib/pages/member/view.dart @@ -163,36 +163,36 @@ class _MemberPageState extends State Row(children: [ const Spacer(), InkWell( - onTap: _memberController.pushDynamicsPage, - child: const Row( - children: [ - Text('Ta的动态', style: TextStyle(height: 2)), - SizedBox(width: 5), - Icon(Icons.arrow_forward_ios, size: 19), - ], - ), - ), + onTap: _memberController.pushDynamicsPage, + child: const Row( + children: [ + Text('Ta的动态', style: TextStyle(height: 2)), + SizedBox(width: 5), + Icon(Icons.arrow_forward_ios, size: 19), + ], + ), + ), const Spacer(), InkWell( - onTap: _memberController.pushArchivesPage, - child: const Row( - children: [ - Text('Ta的投稿', style: TextStyle(height: 2)), - SizedBox(width: 5), - Icon(Icons.arrow_forward_ios, size: 19), - ], - ), - ), + onTap: _memberController.pushArchivesPage, + child: const Row( + children: [ + Text('Ta的投稿', style: TextStyle(height: 2)), + SizedBox(width: 5), + Icon(Icons.arrow_forward_ios, size: 19), + ], + ), + ), const Spacer(), InkWell( - onTap: () {}, - child: const Row( - children: [ - Text('Ta的专栏', style: TextStyle(height: 2)), - SizedBox(width: 5), - ], - ), - ), + onTap: () {}, + child: const Row( + children: [ + Text('Ta的专栏', style: TextStyle(height: 2)), + SizedBox(width: 5), + ], + ), + ), const Spacer(), ]), MediaQuery.removePadding( @@ -391,8 +391,8 @@ class _MemberPageState extends State height: 20, semanticLabel: _memberController.memberInfo.value.vip!.label!['text'], - ), - if (_memberController.memberInfo.value.vip + ) + else if (_memberController.memberInfo.value.vip ?.label?['img_label_uri_hans_static'] != '') Image.network(