From 834a2e6d9c55b0c7225d4a005f8c589bb622f5eb Mon Sep 17 00:00:00 2001 From: fmk Date: Wed, 1 Sep 2021 19:36:57 +0800 Subject: [PATCH] safety --- lib/mine/vip_card_page.dart | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/lib/mine/vip_card_page.dart b/lib/mine/vip_card_page.dart index ef4e1ac9..55cb6dfd 100644 --- a/lib/mine/vip_card_page.dart +++ b/lib/mine/vip_card_page.dart @@ -224,13 +224,15 @@ class _VipCardPage extends State { size: 24, ), Text.rich( - TextSpan(children: [ - TextSpan( - text:S.of(context).chakanxiangqing, - style: TextStyle( - fontSize: 12.sp, - fontWeight: MyFontWeight.semi_bold, - color: Colors.black, + TextSpan( + children: [ + TextSpan( + text: S.of(context).chakanxiangqing, + style: TextStyle( + fontSize: 12.sp, + fontWeight: MyFontWeight.semi_bold, + color: Colors.black, + ), ), ], ),