|
|
|
@ -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), |
|
|
|
|
], |
|
|
|
|
), |
|
|
|
|