解绑设备

This commit is contained in:
czz
2025-06-24 17:24:17 +08:00
parent df1a494917
commit a08574979e

View File

@@ -177,7 +177,7 @@ class BluetoothPage extends GetView {
.unbindDevice(data); .unbindDevice(data);
await deviceListController await deviceListController
.getDeviceList(); .getDeviceList();
Get.toNamed("/homePage"); Get.toNamed("/mianPageBottomChange");
// 执行解绑逻辑 // 执行解绑逻辑
}, },
onCancel: () { onCancel: () {
@@ -196,7 +196,7 @@ class BluetoothPage extends GetView {
); );
await deviceListController await deviceListController
.getDeviceList(); .getDeviceList();
Get.toNamed("/homePage"); Get.toNamed("/mianPageBottomChange");
}, },
onCancel: () { onCancel: () {
// 点击取消后的逻辑 // 点击取消后的逻辑