Browse Source

safety

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

4
lib/mine/vip_card_page.dart

@ -224,7 +224,8 @@ class _VipCardPage extends State<VipCardPage> {
size: 24,
),
Text.rich(
TextSpan(children: [
TextSpan(
children: [
TextSpan(
text: S.of(context).chakanxiangqing,
style: TextStyle(
@ -232,6 +233,7 @@ class _VipCardPage extends State<VipCardPage> {
fontWeight: MyFontWeight.semi_bold,
color: Colors.black,
),
),
],
),
),

Loading…
Cancel
Save