取消锁统统我的设置里面增值服务入口

This commit is contained in:
魏少阳 2024-09-13 14:54:07 +08:00
parent eb401fb8ef
commit 60bdbc1b2b

View File

@ -321,15 +321,16 @@ class _MineSetPageState extends State<MineSetPage>
Navigator.pushNamed( Navigator.pushNamed(
context, Routers.aPPUnlockNeedMobileNetworkingLockPage); context, Routers.aPPUnlockNeedMobileNetworkingLockPage);
}), }),
CommonItem( if(!F.isSKY)
leftTitel: '增值服务'.tr, CommonItem(
isHaveLine: true, leftTitel: '增值服务'.tr,
isHaveDirection: true, isHaveLine: true,
action: () { isHaveDirection: true,
Get.back(); action: () {
Get.toNamed(Routers.valueAddedServicesPage); Get.back();
}, Get.toNamed(Routers.valueAddedServicesPage);
), },
),
SizedBox( SizedBox(
height: 10.h, height: 10.h,
), ),