mod: 认证标识说明与位置大小调整

This commit is contained in:
orz12
2024-06-14 21:01:05 +08:00
parent 1cdc2ee06e
commit 33c98f1705
2 changed files with 10 additions and 7 deletions

View File

@@ -429,7 +429,7 @@ class _MemberPageState extends State<MemberPage>
TextSpan(
text: _memberController.memberInfo.value.official!['role'] == 1
? '个人认证:'
: '企业认证:',
: '机构认证:',
style: TextStyle(
color: Theme.of(context).primaryColor,
),