取消锁统统我的设置里面增值服务入口
This commit is contained in:
parent
eb401fb8ef
commit
60bdbc1b2b
@ -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,
|
||||||
),
|
),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user