我的/会员中心——标题应该改为会员中心

pull/1/head
戴余标 3 years ago
parent 8748a649a1
commit 4127b54e56

@ -168,7 +168,7 @@ class _integralCenterPageState extends State<integralCenterPage> {
child: Assets.icons.vipFont.image(height: 32.w), child: Assets.icons.vipFont.image(height: 32.w),
), ),
TextSpan( TextSpan(
text: ' 积分中心', text: ' 会员中心',
style: TextStyle( style: TextStyle(
color: Colors.white.withOpacity(0.85), color: Colors.white.withOpacity(0.85),
fontSize: 36.w, fontSize: 36.w,

@ -91,7 +91,7 @@ class _TabNavigatorState extends State<TabNavigator>
R.ASSETS_ICONS_TABBAR_MARKET_NO_PNG, R.ASSETS_ICONS_TABBAR_MARKET_NO_PNG,
R.ASSETS_ICONS_TABBAR_MARKET_PNG, R.ASSETS_ICONS_TABBAR_MARKET_PNG,
), ),
BottomNavigationBarItem(icon: Container()), // BottomNavigationBarItem(icon: Container()),
_buildBottomBar( _buildBottomBar(
'社区', '社区',
Assets.home.icShequNor.path, Assets.home.icShequNor.path,

Loading…
Cancel
Save