Browse Source

safety

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

6
lib/mine/vip_card_page.dart

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

Loading…
Cancel
Save