From 45146ba24a6b22b3edcae39886a865510fb7949f Mon Sep 17 00:00:00 2001 From: w-R <953969641@qq.com> Date: Wed, 11 May 2022 10:06:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/main_page.dart | 5 +++-- pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/main_page.dart b/lib/main_page.dart index f821f904..c7b5fc0b 100644 --- a/lib/main_page.dart +++ b/lib/main_page.dart @@ -113,8 +113,8 @@ class _MainPage extends State 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 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), ], ), diff --git a/pubspec.yaml b/pubspec.yaml index 3b0c5729..67e729b8 100644 --- a/pubspec.yaml +++ b/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"