Browse Source

safety

master
fmk 3 years ago
parent
commit
834a2e6d9c
  1. 16
      lib/mine/vip_card_page.dart

16
lib/mine/vip_card_page.dart

@ -224,13 +224,15 @@ class _VipCardPage extends State<VipCardPage> {
size: 24, size: 24,
), ),
Text.rich( Text.rich(
TextSpan(children: [ TextSpan(
TextSpan( children: [
text:S.of(context).chakanxiangqing, TextSpan(
style: TextStyle( text: S.of(context).chakanxiangqing,
fontSize: 12.sp, style: TextStyle(
fontWeight: MyFontWeight.semi_bold, fontSize: 12.sp,
color: Colors.black, fontWeight: MyFontWeight.semi_bold,
color: Colors.black,
),
), ),
], ],
), ),

Loading…
Cancel
Save