锁设置添加注释

This commit is contained in:
魏少阳 2023-12-27 11:09:26 +08:00
parent 16d5d53c61
commit 0225a1c464

View File

@ -378,6 +378,7 @@ class _LockSetPageState extends State<LockSetPage> with RouteAware {
SizedBox(height: 10.h),
//---
// Obx(() =>
//
Visibility(
visible: true,
child: CommonItem(
@ -389,6 +390,7 @@ class _LockSetPageState extends State<LockSetPage> with RouteAware {
Get.toNamed(Routers.faceUnlockPage);
})),
// ),
//
Visibility(
visible: true,
child: CommonItem(
@ -399,6 +401,7 @@ class _LockSetPageState extends State<LockSetPage> with RouteAware {
action: () {
Get.toNamed(Routers.msgNotificationPage);
})),
//
Visibility(
visible: true,
child: CommonItem(
@ -435,6 +438,7 @@ class _LockSetPageState extends State<LockSetPage> with RouteAware {
// })),
// ),
// Obx(() =>
//
Visibility(
visible: true,
child: CommonItem(
@ -448,6 +452,7 @@ class _LockSetPageState extends State<LockSetPage> with RouteAware {
'lockSetInfoData': state.lockSetInfoData.value
});
})),
//
Visibility(
visible: true,
child: CommonItem(
@ -459,7 +464,7 @@ class _LockSetPageState extends State<LockSetPage> with RouteAware {
// Toast.show(msg: "功能暂未开放");
Get.toNamed(Routers.motorPowerPage);
})),
// 广使
// 广使
Obx(() => Visibility(
visible: true,
child: CommonItem(