解绑设备
This commit is contained in:
@@ -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: () {
|
||||||
// 点击取消后的逻辑
|
// 点击取消后的逻辑
|
||||||
|
|||||||
Reference in New Issue
Block a user