Browse Source

修改我的页面,设置页面样式,优化重新登录逻辑

ios
王子贤 3 months ago
parent
commit
550f923a46
1 changed files with 1 additions and 1 deletions
  1. 2
      lib/pages/mine/mine_page.dart

2
lib/pages/mine/mine_page.dart

@ -455,7 +455,7 @@ class _BlockItemState extends State<BlockItem> {
if(widget.item["title"] == "认证中心") Text(
widget.item["subTitle"],
style: TextStyle(
fontSize: 9.w,
fontSize: 11.w,
color: const Color.fromRGBO(166, 166, 166, 1)
),
),

Loading…
Cancel
Save