分享设备用户列表
This commit is contained in:
@@ -83,7 +83,7 @@ class _EditBedPageState extends State<EditBedPage> {
|
||||
// 左侧图标
|
||||
Positioned(
|
||||
left: 0.rpx,
|
||||
child: returnIconButtomNew,
|
||||
child: returnIconButtomNew(),
|
||||
),
|
||||
if (widget.data != null &&
|
||||
(widget.data['isNextStep'] != null &&
|
||||
@@ -112,7 +112,7 @@ class _EditBedPageState extends State<EditBedPage> {
|
||||
TopSlideNotification.show(context,
|
||||
text: "修改名称成功".tr);
|
||||
deviceListController.getDeviceList();
|
||||
|
||||
|
||||
Map data = {};
|
||||
final MHTBlueToothController
|
||||
bluetoothController = Get.find();
|
||||
@@ -120,8 +120,7 @@ class _EditBedPageState extends State<EditBedPage> {
|
||||
bluetoothController.currentFullDevice;
|
||||
data['_id'] = device!.deviceID;
|
||||
data['isNextStep'] = true;
|
||||
Get.toNamed("/roomPickerPage",
|
||||
arguments: data);
|
||||
Get.toNamed("/roomPickerPage", arguments: data);
|
||||
},
|
||||
);
|
||||
},
|
||||
@@ -148,7 +147,6 @@ class _EditBedPageState extends State<EditBedPage> {
|
||||
),
|
||||
),
|
||||
)
|
||||
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user