Browse Source

更改1

remove_uniapp
w-R 3 years ago
parent
commit
45146ba24a
  1. 5
      lib/main_page.dart
  2. 2
      pubspec.yaml

5
lib/main_page.dart

@ -113,8 +113,8 @@ class _MainPage extends State<MainPage> with WidgetsBindingObserver {
},invite:invite,interviewCouponList:interviewCouponList,firstLoginCouponList:firstLoginCouponList,),
// MainHomePage(),
UnionPage(),
// (Theme.of(context).platform == TargetPlatform.android) ? OrderPage() :CommunityPage(),
CommunityPage(),
// OrderPage(),
MinePage(),
];
@ -358,7 +358,8 @@ class _MainPage extends State<MainPage> with WidgetsBindingObserver {
// bottomNavigationBigItem(S.of(context).pinpai, 0),
bottomNavigationItem(S.of(context).main_menu1, 0),
bottomNavigationItem(S.of(context).main_menu2, 1),
bottomNavigationItem(S.of(context).main_menu3 , 2),
// bottomNavigationItem(S.of(context).main_menu3 , 2)
bottomNavigationItem("订单", 2),
bottomNavigationItem(S.of(context).main_menu4, 3),
],
),

2
pubspec.yaml

@ -3,7 +3,7 @@ description: 一心回乡.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
version: 1.0.1+2
environment:
sdk: ">=2.7.0 <3.0.0"

Loading…
Cancel
Save