feat:xhj 去除商城页面
This commit is contained in:
parent
af09a2b29c
commit
98886b7d9f
@ -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),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user