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, showAppBar: false,
showDrawer: false, showDrawer: false,
), ),
SafeArea( // xhj
bottom: false, // SafeArea(
child: LockMallPage( // bottom: false,
allowReturn: false, // child: LockMallPage(
), // allowReturn: false,
), // ),
// ),
SafeArea( SafeArea(
bottom: false, bottom: false,
child: MessageListXHJPage( child: MessageListXHJPage(
@ -84,9 +85,10 @@ class _StarLockMainXHJPageState extends State<StarLockMainXHJPage>
child: Row( child: Row(
children: <Widget>[ children: <Widget>[
navigationBarItem(logic, Icons.key, '设备'.tr, 0), navigationBarItem(logic, Icons.key, '设备'.tr, 0),
navigationBarItem(logic, Icons.shopping_cart, '商城'.tr, 1), // xhj
navigationBarItem(logic, Icons.message, '消息'.tr, 2), // navigationBarItem(logic, Icons.shopping_cart, '商城'.tr, 1),
navigationBarItem(logic, Icons.account_circle, '我的'.tr, 3), 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( Navigator.pushNamed(
context, Routers.aPPUnlockNeedMobileNetworkingLockPage); context, Routers.aPPUnlockNeedMobileNetworkingLockPage);
}), }),
// if (!F.isLite)
CommonItem( CommonItem(
leftTitel: TranslationLoader.lanKeys!.valueAddedServices!.tr, leftTitel: TranslationLoader.lanKeys!.valueAddedServices!.tr,
isHaveLine: true, isHaveLine: true,

View File

@ -84,4 +84,4 @@ echo -e "\n* 没有发现废弃 API开始编译"
# 编译命令 # 编译命令
flutter clean && flutter pub get flutter clean && flutter pub get
flutter build apk --flavor $environment -t $main_file flutter build apk --flavor $environment -t $main_file
#flutter build ios --flavor $environment -t $main_file flutter build ios --flavor $environment -t $main_file