diff --git a/.DS_Store b/.DS_Store index 8466420f..f2fb2aab 100755 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/lib/main/lockMian/lockMain/xhj/lockMain_xhj_page.dart b/lib/main/lockMian/lockMain/xhj/lockMain_xhj_page.dart index 87232bd4..32aa6cf9 100755 --- a/lib/main/lockMian/lockMain/xhj/lockMain_xhj_page.dart +++ b/lib/main/lockMian/lockMain/xhj/lockMain_xhj_page.dart @@ -45,12 +45,13 @@ class _StarLockMainXHJPageState extends State showAppBar: false, showDrawer: false, ), - SafeArea( - bottom: false, - child: LockMallPage( - allowReturn: false, - ), - ), + // xhj 不需要显示商城 + // SafeArea( + // bottom: false, + // child: LockMallPage( + // allowReturn: false, + // ), + // ), SafeArea( bottom: false, child: MessageListXHJPage( @@ -84,9 +85,10 @@ class _StarLockMainXHJPageState extends State child: Row( children: [ navigationBarItem(logic, Icons.key, '设备'.tr, 0), - navigationBarItem(logic, Icons.shopping_cart, '商城'.tr, 1), - navigationBarItem(logic, Icons.message, '消息'.tr, 2), - navigationBarItem(logic, Icons.account_circle, '我的'.tr, 3), + // xhj 不需要显示商城 + // navigationBarItem(logic, Icons.shopping_cart, '商城'.tr, 1), + navigationBarItem(logic, Icons.message, '消息'.tr, 1), + navigationBarItem(logic, Icons.account_circle, '我的'.tr, 2), ], ), ), diff --git a/lib/mine/mineSet/mineSet/mineSet_page.dart b/lib/mine/mineSet/mineSet/mineSet_page.dart index 90a37a5a..de0e7a2d 100755 --- a/lib/mine/mineSet/mineSet/mineSet_page.dart +++ b/lib/mine/mineSet/mineSet/mineSet_page.dart @@ -313,7 +313,6 @@ class _MineSetPageState extends State Navigator.pushNamed( context, Routers.aPPUnlockNeedMobileNetworkingLockPage); }), - // if (!F.isLite) CommonItem( leftTitel: TranslationLoader.lanKeys!.valueAddedServices!.tr, isHaveLine: true, diff --git a/pre_build.sh b/pre_build.sh index 64804453..4fb0373f 100644 --- a/pre_build.sh +++ b/pre_build.sh @@ -84,4 +84,4 @@ echo -e "\n* 没有发现废弃 API,开始编译" # 编译命令 flutter clean && flutter pub get flutter build apk --flavor $environment -t $main_file -#flutter build ios --flavor $environment -t $main_file +flutter build ios --flavor $environment -t $main_file