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