feat:xhj 去除商城页面

This commit is contained in:
anfe 2024-07-05 09:37:05 +08:00
parent af09a2b29c
commit 98886b7d9f
4 changed files with 12 additions and 11 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -45,12 +45,13 @@ class _StarLockMainXHJPageState extends State<StarLockMainXHJPage>
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<StarLockMainXHJPage>
child: Row(
children: <Widget>[
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),
],
),
),

View File

@ -313,7 +313,6 @@ class _MineSetPageState extends State<MineSetPage>
Navigator.pushNamed(
context, Routers.aPPUnlockNeedMobileNetworkingLockPage);
}),
// if (!F.isLite)
CommonItem(
leftTitel: TranslationLoader.lanKeys!.valueAddedServices!.tr,
isHaveLine: true,

View File

@ -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